abdelrahman-gaber / tf2-object-detection-api-tutorial

Tensorflow 2 Object Detection API Tutorial. This tutorial will take you from installation, to running pre-trained detection model, and training your model with a custom dataset, then exporting it for inference.
MIT License
114 stars 52 forks source link

training loss=nan #8

Open Laudarisd opened 3 years ago

Laudarisd commented 3 years ago

Thanks for the nice tutorial. I was able to train my custom datasets but got loss=Nan. I also decreased the learning rate but couldn't fix the problem?

Any suggestions?