carpedm20 / carpedm20/DCGAN-tensorflow
checkpoint not found
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
Does anyone know how to solve this problem?
Total size of variables: 21985668 Total bytes of variables: 87942672 [*] Reading checkpoints... ./out/20200424.235443 - data - ag/checkpoint [*] Failed to find a checkpoint Traceback (most recent call last): File "main.py", line 147, in tf.app.run() File "/Users/qiu/Library/Python/2.7/lib/python/site-packages/tensorflow/python/platform/app.py", line 40, in run _run(main=main, argv=argv, flags_parser=_parse_flags_tolerate_undef) File "/Users/qiu/Library/Python/2.7/lib/python/site-packages/absl/app.py", line 299, in run _run_main(main, args) File "/Users/qiu/Library/Python/2.7/lib/python/site-packages/absl/app.py", line 250, in _run_main sys.exit(main(argv)) File "main.py", line 124, in main raise Exception("Checkpoint not found in " + FLAGS.checkpoint_dir) Exception: Checkpoint not found in ./out/20200424.235443 - data - ag/checkpoint
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in main.py at line 124, where the exception reports the configured checkpoint directory. Check the referenced ./out/20200424.235443 - data - ag/checkpoint path and the preceding checkpoint-reading output. Done means identifying why the expected checkpoint is not found and confirming that the reported checkpoint directory is recognized.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, tensorflow
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100