deep-anpr
deep-anpr copied to clipboard
Error running train.py
I'm trying now to run train.py :/ but i got this error !!! can u help me again !
File "./train.py", line 276, in initial_weights=initial_weights) File "./train.py", line 238, in train sess.run(init)
Can you post the full error? There is no context.
If you are running it on windows, change "/" to "" in the function where it reads path of training files also try commenting @mpgen line , which uses multiple processes to make it faster
lastly, delete any weights.npz already in the folder Do post the full error output so we can help better
thanks for the reply , actually i'm on ubuntu 14.04
here is the full error :
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE3 instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.1 instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.2 instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use AVX instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use AVX2 instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use FMA instructions, but these are available on your machine and could speed up CPU computations.
Traceback (most recent call last):
File "./train.py", line 276, in