MDAN icon indicating copy to clipboard operation
MDAN copied to clipboard

Running the code for Mnist part

Open isexiaozhu opened this issue 5 years ago • 3 comments

from TensorflowToolbox.utility import file_io

ImportError: No module named 'TensorflowToolbox'

Dear Sir, how to solve the above problem?

isexiaozhu avatar Sep 15 '19 13:09 isexiaozhu

I had the same problem.

xiongpeng78 avatar Sep 27 '20 02:09 xiongpeng78

Guys, @isexiaozhu , @xiongpeng78! Have you found your solution to that? Would you mind share your help please? Thank you in advance.

sangin-fatemeh avatar Aug 27 '22 11:08 sangin-fatemeh

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

sangin-fatemeh avatar Aug 27 '22 11:08 sangin-fatemeh