You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by "Rajan (JIRA)" <ji...@apache.org> on 2018/04/05 00:19:00 UTC

[jira] [Commented] (MXNET-175) Despite so many declarations, Module is still confused by extra names in DataIter

    [ 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: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org