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

Rajan commented on MXNET-175:
-----------------------------

The issue is only is replicable on python 3.6 only.

The problem is when the NDIterator is  dict, the current implementation doesn't 
consider keys while selecting input values. It  picks the data in serial order. 
 The example worked on python 2.7 coz the order given by the user while 
declaring NDIterator is maintained, but its reveresed for python 3.6.

To fix:
 # NDArrayIterator to return dict if user provided dict .
 # In predict, make sure only the correct values based on the keys are send in 
the forward function.

> Despite so many declarations, Module is still confused by extra names in 
> DataIter
> ---------------------------------------------------------------------------------
>
>                 Key: MXNET-175
>                 URL: https://issues.apache.org/jira/browse/MXNET-175
>             Project: Apache MXNet
>          Issue Type: Bug
>            Reporter: Anirudh Subramanian
>            Assignee: Rajan
>            Priority: Minor
>
> https://github.com/apache/incubator-mxnet/issues/10045



--
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