Nandish Jayaram created MADLIB-1311:
---------------------------------------
Summary: Postgres is not supported for Deep Learning
Key: MADLIB-1311
URL: https://issues.apache.org/jira/browse/MADLIB-1311
Project: Apache MADlib
Issue Type: Bug
Components: Deep Learning
Reporter: Nandish Jayaram
Fix For: v1.16
Based on the code in PR [https://github.com/apache/madlib/pull/355:]
Postgres does not support deep learning modules. It fails because the code uses
segment_id in its logic which is greenplum specific.
May affect:
{code:java}
fit()
predict()
evaluate()
mini-batch preprocessor for images()
other???
{code}
Things to look for:
{code:java}
DISTRIBUTED BY
use of segment_id
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)