Jesse Brizzi created MXNET-434:
----------------------------------

             Summary: Scala Module API not resizing properly when returning to 
original binded size
                 Key: MXNET-434
                 URL: https://issues.apache.org/jira/browse/MXNET-434
             Project: Apache MXNet
          Issue Type: Bug
            Reporter: Jesse Brizzi


Link to github issue 
[here|https://github.com/apache/incubator-mxnet/issues/10866]

Create and bind a MXNet Module with batch size N. Pass DataBatch that requires 
net resize to some input NEW_N batch size where NEW_N < N. Then Pass DataBatch 
that requires module to resize back to the original batch size where NEW_N == n 
The output of the net will return for the wrong input size (batch size of NEW_N 
instead of N).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to