apache / mxnet

Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
https://mxnet.apache.org
Apache License 2.0
20.78k stars 6.79k forks source link

adversary generation example: no module named data #2048

Open zeakey opened 8 years ago

zeakey commented 8 years ago

Hey there, I'm trying out the adversary generation example lies in mxnet_root/example/adversary.

In the notebook error says "No module named data",

when

from data import mnist_iterator

I don't find such a file or package named 'data' in any of the subfolder of mxnet_root/example.

A demo should be handy and self-contained.

tqchen commented 8 years ago

@antinucleon can you fix the example?

boyflytobeman commented 8 years ago

i met the same question: from data import mnist_iterator ImportError: No module named data

phunterlau commented 7 years ago

This issue is closed due to lack of activity in the last 90 days. Feel free to reopen if this is still an active issue. Thanks!

aaronmarkham commented 5 years ago

This is still a problem. Rather than closing it again, let's keep it open as a call for contribution.

ChaiBapchya commented 5 years ago

@aaronmarkham is this taken care of as well? I'm guessing so by #14781 @Roshrini

aaronmarkham commented 5 years ago

IDK. I'm not sure when I'll be able to test it again.