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 2021/03/19 00:03:00 UTC

[jira] [Commented] (MADLIB-1468) DL: ERROR: spiexceptions.NumericValueOutOfRange: smallint out of range on minibatch pre-processor

    [ https://issues.apache.org/jira/browse/MADLIB-1468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17304530#comment-17304530 ] 

Nikhil Kak commented on MADLIB-1468:
------------------------------------

Fixed as part of https://github.com/apache/madlib/pull/546

> 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
>            Priority: Major
>
> 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)