ahmetozlu / tensorflow_object_counting_api

🚀 The TensorFlow Object Counting API is an open source framework built on top of TensorFlow and Keras that makes it easy to develop object counting systems!
https://www.youtube.com/watch?v=yT_1eKJTdfk
MIT License
1.32k stars 545 forks source link

Model stuck while training at global_step/sec = 0 #97

Closed siddheshgunjal closed 9 months ago

siddheshgunjal commented 2 years ago

I'm trying to train a custom model on smurf dataset but when training is initiated it gets stuck at global_step/sec - 0 and after some time it crashes.

Here is a screenshot for reference.

image

image

Please revert me back if you have any solution to this.

environment details: python= 3.6 tensorflow-gpu = 1.15.0 model used: faster_rcnn_resnet50_coco GPU = Quadro RTX 4000 8GB