parallelgithub opened a new pull request #9752: Overload ndarrayiter
URL: https://github.com/apache/incubator-mxnet/pull/9752
 
 
   For multiple inputs or multiple labels in NDArrayIter, these data type is 
IndexedSeq[NDArray], which is not flexible to design neural network like Python 
API because the naming rule here is dataname_0, dataname_1, etc.
   
   We modify the constructor to receive IndexedSeq[(String, NDArray)] type to 
allow assigning custom names. 
   In order to compatible with the old argument version, we overload the 
constructor.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to