Uploaded image for project: 'Apache MXNet (Retired)'
  1. Apache MXNet (Retired)
  2. MXNET-1370

Support DataIter, or custom DataLoader (Nvidia DALI)

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: To Do
    • Major
    • Resolution: Unresolved
    • Gluon
    • None

    Description

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

      Attachments

        Activity

          People

            Unassigned Unassigned
            roywei Lai Wei
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: