carpedm20 / carpedm20/DCGAN-tensorflow

Update G twice with same mini batch

Open
#106 2 comments 1 reaction 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.