You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by "Lai Wei (JIRA)" <ji...@apache.org> on 2019/03/27 12:45:00 UTC

[jira] [Created] (MXNET-1370) Support DataIter, or custom DataLoader (Nvidia DALI)

Lai Wei created MXNET-1370:
------------------------------

             Summary: Support DataIter, or custom DataLoader (Nvidia DALI)
                 Key: MXNET-1370
                 URL: https://issues.apache.org/jira/browse/MXNET-1370
             Project: Apache MXNet
          Issue Type: New Feature
          Components: Gluon
            Reporter: Lai Wei


# In estimator, we should make the convention that data/label are provided in DataLoader format
 # provide util function in [mx.io|http://mx.io/] for users to convert DataIters into DataLoader format
 # Accept custom util functions to convert custom DataLoader into DataLoader format.
 # Note: common way of using DataLoader: data=batch[0], label=batch[1], using DataIter, data=batch.data[0], label=batch.label[0]



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