tensorflow / tensorflow/models
Unable to create/update the checkpoints during training
@pkulzc is already working on this.
Since Aug 31, 2020.
- Dominant language
- Python
- Stars
- 77.7k
- Forks
- 44.8k
- PR merge metrics
- No merged PRs in 30d
Description
Hi team,
1. The entire URL of the file you are using
2. Describe the bug
I'm using the faster RCNN 640x640 model for object detection on a custom dataset. During the training, I see that the events file, events.out.tfevents.1598792593.Meghana.23775.1504.v2 inside thetrain directory is getting updated. But, the corresponding checkpoints are not created.
Refer to the screenshots for the timestamps


The checkpoints in the above screenshots refer to the restored checkpoints. Not the once created during the training process.
Also, I see no log messages stating that the checkpoints are being saved as in TF1

Versions:
OS: ubuntu
TF: 2.3.0
python: 3.8.3
Thank you,
Meghana
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.