carpedm20 / carpedm20/DCGAN-tensorflow
Update G twice with same mini batch
Open
- Dominant language
- JavaScript
- Stars
- 7.2k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
Hi, thanks for sharing your code . It seems that G is updated twice with same mini batch, but according to the original GAN paper, G is updated with k different mini batches. Do you have any idea which one works better? Thanks.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the generator update logic and comparing its mini-batch usage with the original GAN paper's k-step procedure. Determine whether updating G twice with the same mini-batch is intentional or incorrect; document the decision or define a reproducible change request as the outcome.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- tensorflow
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100