You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@madlib.apache.org by "Nikhil Kak (Jira)" <ji...@apache.org> on 2020/01/21 19:01:00 UTC

[jira] [Updated] (MADLIB-1405) DL: fit and fit multiple fail with memory exception

     [ https://issues.apache.org/jira/browse/MADLIB-1405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikhil Kak updated MADLIB-1405:
-------------------------------
    Fix Version/s: v1.17

> DL: fit and fit multiple fail with memory exception
> ---------------------------------------------------
>
>                 Key: MADLIB-1405
>                 URL: https://issues.apache.org/jira/browse/MADLIB-1405
>             Project: Apache MADlib
>          Issue Type: Bug
>          Components: Deep Learning
>            Reporter: Nikhil Kak
>            Priority: Major
>             Fix For: v1.17
>
>
> Both fit and fit multiple fail with the following error when run with a big enough dataset such as places
> {code}
> ERROR:  spiexceptions.InternalError: invalid memory alloc request size 1189758503 (plpy_elog.c:121)
> CONTEXT:  Traceback (most recent call last):
>   PL/Python function "madlib_keras_fit", line 21, in <module>
>     madlib_keras.fit(**globals())
>   PL/Python function "madlib_keras_fit", line 42, in wrapper
>   PL/Python function "madlib_keras_fit", line 182, in fit
> PL/Python function "madlib_keras_fit"
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)