squeezenext-tensorflow icon indicating copy to clipboard operation
squeezenext-tensorflow copied to clipboard

ModuleNotFoundError: No module named 'v_1_0_G_SqNxt_23'

Open eesaeedkarimi opened this issue 5 years ago • 0 comments

Thank you for sharing this code and blog post about tf.estimator. When I run train.py this error occurs. There may be some problems with init scripts.

I use python 3.6

File "/media/saeed/New Volume/Learning/squeezenext-tensorflow/train.py", line 3, in from configs import configs File "/media/saeed/New Volume/Learning/squeezenext-tensorflow/configs/init.py", line 6, in configs[module[:-3]] = import(module[:-3], locals(), globals()).training_params ModuleNotFoundError: No module named 'v_1_0_G_SqNxt_23'

Process finished with exit code 1

eesaeedkarimi avatar Oct 18 '20 10:10 eesaeedkarimi