I follow the README.md to run
python train_classification.py --fine_tune=False
and get the error
Traceback (most recent call last):
File "train_classification.py", line 17, in
from inception import inception_model as inception
ImportError: No module named inception
So how can I get the module inception available?
p.s.
I have google the error as this and this; but little helpful result found so I ask here.
I follow the README.md to run
and get the error
So how can I get the module
inceptionavailable?p.s.
I have google the error as this and this; but little helpful result found so I ask here.