Nikhil Kak created MADLIB-1468: ---------------------------------- Summary: DL: ERROR: spiexceptions.NumericValueOutOfRange: smallint out of range on minibatch pre-processor Key: MADLIB-1468 URL: https://issues.apache.org/jira/browse/MADLIB-1468 Project: Apache MADlib Issue Type: Bug Components: Deep Learning Reporter: Nikhil Kak
training_preprocessor_dl() function fails with the following error when the number of images in a buffer is > range for smallint i.e. -32768 to +32767 (https://www.postgresql.org/docs/9.1/datatype-numeric.html) ``` ERROR: spiexceptions.NumericValueOutOfRange: smallint out of range ``` -- This message was sent by Atlassian Jira (v8.3.4#803005)