tensorflow / tensorflow/models
EfficientDet_d0 stops in colab while training
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 77.7k
- Forks
- 44.8k
- PR merge metrics
- No merged PRs in 30d
Description
On finetuning the model in google colab, the model stops without any reason
INFO:tensorflow:Step 800 per-step time 0.182s
I0519 18:26:33.234112 140311211771712 model_lib_v2.py:705] Step 800 per-step time 0.182s
INFO:tensorflow:{'Loss/classification_loss': 0.6315968,
'Loss/localization_loss': 0.015179463,
'Loss/regularization_loss': 0.030118918,
'Loss/total_loss': 0.6768952,
'learning_rate': 0.02628}
I0519 18:26:33.236839 140311211771712 model_lib_v2.py:708] {'Loss/classification_loss': 0.6315968,
'Loss/localization_loss': 0.015179463,
'Loss/regularization_loss': 0.030118918,
'Loss/total_loss': 0.6768952,
'learning_rate': 0.02628}
^C
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.