dmlc / mxnet-notebooks

Notebooks for MXNet
Apache License 2.0
616 stars 324 forks source link

ImportError: No module named data_iter in module.ipynb #50

Open xiandong79 opened 7 years ago

xiandong79 commented 7 years ago

from data_iter import SyntheticData

However, I got "ImportError: No module named data_iter". Sorry that I got little knowledge on " data_iter" and "SyntheticData".

Should I import some dependancies/libs first?

xiandong79 commented 7 years ago

Really?

As the #4 mentioned that "notebooks should be more beginner friendly". Lots of basic information and explanations should be added.

Will anyone reorganize the "mxnet-notebooks"? Give it a totally new appearance.

SCP-173-cool commented 7 years ago

May you should learn about the basic knowledge about python. The data_iter.py could be found in python/basic/data_iter.py in this notebook.