You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by "Thomas Lane (JIRA)" <ji...@apache.org> on 2018/03/14 17:55:00 UTC

[jira] [Created] (MXNET-102) Add tutorial on how to use data augmenters

Thomas Lane created MXNET-102:
---------------------------------

             Summary: Add tutorial on how to use data augmenters
                 Key: MXNET-102
                 URL: https://issues.apache.org/jira/browse/MXNET-102
             Project: Apache MXNet
          Issue Type: Improvement
            Reporter: Thomas Lane


In this tutorial we discuss the different interfaces available in MXNet to perform data augmentation. We start by showing a complete example using Gluon's [{{mxnet.gluon.data.Dataset}}|https://mxnet.incubator.apache.org/api/python/gluon/data.html#mxnet.gluon.data.Dataset], and then unpack the example to gain a greater understanding of the internals. In the process you'll learn about augmentation functions, [{{mxnet.image.Augmenter}}|https://mxnet.incubator.apache.org/api/python/image/image.html?highlight=augmen#mxnet.image.Augmenter] classes and Augmenter lists. We also provide examples using [{{mxnet.image.ImageIter}}|https://mxnet.incubator.apache.org/api/python/image/image.html?highlight=imageiter#mxnet.image.ImageIter] if you haven't yet moved to Gluon.



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