carpedm20 / carpedm20/DCGAN-tensorflow
d_loss decline and g_loss rise
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
hello. First tanks for your code. When i train the model for about 10k iterations 6 epoch.the d_loss decline and g_loss rise.as the pic show:

and this is my train command: python main.py --epoch=10 --batch_size=500 --input_height=100 --output_height=100
my data sample is about 250k.and the other set is the default.
thanks in advance
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with main.py and reproduce the reported command: python main.py --epoch=10 --batch_size=500 --input_height=100 --output_height=100. Compare the loss behavior on the approximately 250k-sample dataset with the default data and inspect the attached plot; done means identifying whether the training behavior is expected or isolating a reproducible defect.
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