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

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

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

Frank McQuillan closed MADLIB-1405.
-----------------------------------
    Resolution: Fixed

> DL: fit and fit multiple fail with memory exception in gpdb6
> ------------------------------------------------------------
>
>                 Key: MADLIB-1405
>                 URL: https://issues.apache.org/jira/browse/MADLIB-1405
>             Project: Apache MADlib
>          Issue Type: Bug
>          Components: Deep Learning
>            Reporter: Nikhil Kak
>            Assignee: Ekta Khanna
>            Priority: Major
>             Fix For: v1.17
>
>
> Both fit and fit multiple fail with the following error when run with gpdb6 and a big enough dataset such as places
> {code:java}
> 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)