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

cGAN with multi-labels of multi-classes #272

Open
sofiavaldez77 opened this issue Mar 5, 2023 · 1 comment
Open

cGAN with multi-labels of multi-classes #272

sofiavaldez77 opened this issue Mar 5, 2023 · 1 comment

Comments

@sofiavaldez77
Copy link

Hi, I'm trying to modify the cGAN code so that it can be trained on these 3 labels:
label1 is a continuous value that ranges from 0.1 to 0.5 (e.g. 0.25, 0.34, 0.11....)
label2 is a discrete value that ranges from 45 to 75 (e.g. 47, 58, 61, 52....)
label4 is a discrete value that is either 1 or 2

I'm using a conditional version of the DCGAN code. These are the edits I tried making to the code (to have 2 labels with different classes) but it's not working for me: stackoverflow link

What edits to your code should I make in order to train the cGAN on 4 different conditional inputs (instead of just 1)? Thanks!

@Songtech-0912
Copy link

See #20 if it is helpful.

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

2 participants