carpedm20 / carpedm20/DCGAN-tensorflow

Checkpoint error with --is_train on celebA dataset

Open
#110 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
7.2k
Forks
2.6k
PR merge metrics
No merged PRs in 30d

Description

After fixing #109 trying to train leads to a failure to find checkpoints.
It seems related to #82 but the fixes for that have been completed.

Any thoughts?

```
$ python main.py --dataset celebA --input_height=108 --is_train --is_crop True
....stuff....
[*] Reading checkpoints...
[*] Failed to find a checkpoint
[!] Load failed...
[*] 0
[*] 1
[*] 2
[*] 3
......
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the command in main.py with the celebA dataset and inspect the checkpoint-reading step after the “Reading checkpoints...” message. Compare the behavior with issues #109 and #82; done means training finds or handles the expected checkpoint instead of reporting “Load failed.”

Written by the indexing model from the issue text.

Assessment

Tech stack
python, tensorflow
Domain
machine-learning
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.