Open zeakey opened 8 years ago
@antinucleon can you fix the example?
i met the same question: from data import mnist_iterator ImportError: No module named data
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!
This is still a problem. Rather than closing it again, let's keep it open as a call for contribution.
@aaronmarkham is this taken care of as well? I'm guessing so by #14781 @Roshrini
IDK. I'm not sure when I'll be able to test it again.
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.