You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by sk...@apache.org on 2018/09/12 15:48:30 UTC

[incubator-mxnet] branch master updated (619bc3e -> 46a5cee)

This is an automated email from the ASF dual-hosted git repository.

skm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


    from 619bc3e  Remove regression checks for website links (#12507)
     add 46a5cee  [MXNET-580] Add SN-GAN example (#12419)

No new revisions were added by this update.

Summary of changes:
 example/README.md                                  |   1 +
 example/gluon/sn_gan/README.md                     |  44 ++++++
 .../test_rtc.py => example/gluon/sn_gan/data.py    |  37 +++--
 example/gluon/sn_gan/model.py                      | 138 +++++++++++++++++++
 example/gluon/sn_gan/sn_gan_output.png             | Bin 0 -> 404415 bytes
 example/gluon/sn_gan/train.py                      | 149 +++++++++++++++++++++
 example/gluon/sn_gan/utils.py                      |  49 +++++++
 7 files changed, 404 insertions(+), 14 deletions(-)
 create mode 100644 example/gluon/sn_gan/README.md
 copy tests/python/gpu/test_rtc.py => example/gluon/sn_gan/data.py (51%)
 create mode 100644 example/gluon/sn_gan/model.py
 create mode 100644 example/gluon/sn_gan/sn_gan_output.png
 create mode 100644 example/gluon/sn_gan/train.py
 create mode 100644 example/gluon/sn_gan/utils.py