Nikhil Kak created MADLIB-1405:
----------------------------------
Summary: 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
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)