tensorflow / tensorflow/models
Training stuck at "Saving checkpoint to path training/model.ckpt"
Open
@pkulzc is already working on this.
Since May 22, 2020.
models:research:odapi
type:support
- Dominant language
- Python
- Stars
- 77.7k
- Forks
- 44.8k
- PR merge metrics
- No merged PRs in 30d
Description
System information
- Have I written custom code (as opposed to using a stock example script provided in TensorFlow):
I am just running the train.py script under legacy - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10 x64
- TensorFlow installed from (source or binary): pip install tensorflow==1.4
- TensorFlow version (use command below): 1.4
- CUDA/cuDNN version: 10.0
- GPU model and memory: GTX 960M 4gb
- Exact command to reproduce: I ran:
python train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/ssdlite_mobilenet_v2_coco.config
Describe the problem
Describe the problem clearly here. Be sure to convey here why it's a bug in TensorFlow or a feature request.
When I am running this training I keep this over and over again and idk if its training or what:
INFO:tensorflow:Saving checkpoint to path training/model.ckpt
I0126 09:57:55.539080 1748 supervisor.py:1117] Saving checkpoint to path training/model.ckpt
It has been running for over 10 hours just wanting to make sure I didn't do anything wrong
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.