-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while running train.py #129
Comments
hello gjcasoy did you have problem ? ı have same problem ı can not understand :( |
Dear, thank you for the tutorial, i'm getting the following error while training, waiting for your help WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0.
WARNING:tensorflow:From c:\local\Anaconda3-4.1.1-Windows-x86_64\envs\tensorflow1\lib\site-packages\tensorflow\python\platform\app.py:125: main (from main) is deprecated and will be removed in a future version. Future major versions of TensorFlow will allow gradients to flow See c:\local\Anaconda3-4.1.1-Windows-x86_64\envs\tensorflow1\lib\site-packages\tensorflow\python\ops\gradients_impl.py:110: UserWarning: Converting sparse IndexedSlices to a dense Tensor of unknown shape. This may consume a large amount of memory. Caused by op 'prefetch_queue_Dequeue', defined at: OutOfRangeError (see above for traceback): FIFOQueue '_5_prefetch_queue' is closed and has insufficient elements (requested 1, current size 0) INFO:tensorflow:Caught OutOfRangeError. Stopping Training. FIFOQueue '_5_prefetch_queue' is closed and has insufficient elements (requested 1, current size 0) Caused by op 'prefetch_queue_Dequeue', defined at: OutOfRangeError (see above for traceback): FIFOQueue '_5_prefetch_queue' is closed and has insufficient elements (requested 1, current size 0) INFO:tensorflow:Finished training! Saving model to disk. |
(sample) C:\sample\models\research\object_detection>python train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/faster_rcnn_inception_v2_pets.config
Traceback (most recent call last):
File "train.py", line 51, in
from object_detection.builders import model_builder
File "D:\Users\Admin\Anaconda\envs\sample\lib\site-packages\object_detection-0.1-py3.6.egg\object_detection\builders\model_builder.py", line 31, in
from object_detection.models import faster_rcnn_inception_resnet_v2_feature_extractor as frcnn_inc_res
File "D:\Users\Admin\Anaconda\envs\sample\lib\site-packages\object_detection-0.1-py3.6.egg\object_detection\models\faster_rcnn_inception_resnet_v2_feature_extractor.py", line 28, in
from nets import inception_resnet_v2
ModuleNotFoundError: No module named 'nets'
What should I do? Thanks!
The text was updated successfully, but these errors were encountered: