hanzhaoml / MDAN

Demo code for the MDAN paper.
117 stars 19 forks source link

Running the code for Mnist part #2

Open isexiaozhu opened 5 years ago

isexiaozhu commented 5 years ago

from TensorflowToolbox.utility import file_io

ImportError: No module named 'TensorflowToolbox'

Dear Sir, how to solve the above problem?

xiongpeng78 commented 4 years ago

I had the same problem.

sangin-fatemeh commented 2 years ago

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

sangin-fatemeh commented 2 years ago

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