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

Query on pretrained conditional model #4

Open
SamLynnEvans opened this issue Oct 25, 2018 · 1 comment
Open

Query on pretrained conditional model #4

SamLynnEvans opened this issue Oct 25, 2018 · 1 comment

Comments

@SamLynnEvans
Copy link

Hi Yaxing,

I was just wondering how you pretrained your AC-GAN;

Did you train it on ImageNet with all 1000 classes?

Does that then mean you always have to prefix a one-hot vector of length 1000 to the noise vector even when fine-tuning on a small number of classes?

If not, do you mind letting me know how this process works?

Thanks in advance!

@yaxingwang
Copy link
Owner

Hi, I use the pre-trained model from the unconditional model. Especially, the weight is transformed to the conditional model except for the weight for batchnorm, which you need to copy 10 times(if you have 10 classes when you use ACGAN) of the weight of bachnorm of the unconditional model to every class. In our paper. I have pointed it, Please check it.

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