Open isexiaozhu opened 5 years ago
I had the same problem.
Guys, @isexiaozhu , @xiongpeng78! Have you found your solution to that? Would you mind share your help please? Thank you in advance.
I think the solution is: To change the first import line in mnist_m.py file (inside the folder called mnist) from this:
from TensorflowToolbox.utility import file_io
to this:
from tensorflow.python.lib.io import file_io
from TensorflowToolbox.utility import file_io
ImportError: No module named 'TensorflowToolbox'
Dear Sir, how to solve the above problem?