Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

y_ and y variables in training function #89

Open
Aveturi13 opened this issue Jul 23, 2021 · 0 comments
Open

y_ and y variables in training function #89

Aveturi13 opened this issue Jul 23, 2021 · 0 comments

Comments

@Aveturi13
Copy link

Aveturi13 commented Jul 23, 2021

Hi @ajbrock and team, thanks for making this codebase available for people to use, this is really amazing work! I'm currently doing a project on conditional medical image generation and thought of training the BigGAN on my dataset for this task.

One thing I've noticed in the training function in train_fns.py is that there is a gy and dy for the generators and discriminator labels respectively. And so my understanding is that the set of generated images and the set of actual images that are passed to the discriminator may be from different classes.

Could you please elaborate a bit on why it has been implemented this way? From what I've seen in most conditional GAN architectures, the same image classes are used for the batch of generated and actual data on each iteration.

Thanks!

Advaith

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant