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
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