SSD-Tensorflow
SSD-Tensorflow copied to clipboard
Train your own dataset to report an error, run train_ssd_network to report an error
Hello, when I run training ssd network, something went wrong, here is the full log: D:\python3.6\python.exe D:/Project/MyLearning/SSD-Tensorflow-master/train_ssd_network.py
WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0. For more information, please see:
- https://github.com/tensorflow/community/blob/master/rfcs/20180907-contrib-sunset.md
- https://github.com/tensorflow/addons If you depend on functionality not listed there, please file an issue.
WARNING:tensorflow:From D:/Project/MyLearning/SSD-Tensorflow-master/train_ssd_network.py:200: create_global_step (from tensorflow.contrib.framework.python.ops.variables) is deprecated and will be removed in a future version.
Instructions for updating:
Please switch to tf.train.create_global_step
WARNING:tensorflow:From D:\python3.6\lib\site-packages\tensorflow\python\framework\op_def_library.py:263: colocate_with (from tensorflow.python.framework.ops) is deprecated and will be removed in a future version.
Instructions for updating:
Colocations handled automatically by placer.
Traceback (most recent call last):
File "D:/Project/MyLearning/SSD-Tensorflow-master/train_ssd_network.py", line 390, in
Process finished with exit code 1
Thank you!
I got the same problem,it's HTTP error ,train is need to download from the network?
Hello, you need to download network model vgg16, if you want to train from scratch, then you need to modify the configuration parameters of the training run.