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

Optimizing hyperparameters #10

Open
RiaanZoetmulder opened this issue Jul 28, 2017 · 3 comments
Open

Optimizing hyperparameters #10

RiaanZoetmulder opened this issue Jul 28, 2017 · 3 comments

Comments

@RiaanZoetmulder
Copy link

Hey!

I have basically implemented a version of your model myself. I got it to work on MNIST but I also want to make it work on other datasets.

My question is how did you find the optimal hyperparameters on the celebA dataset, did you do a grid search?

regards,

Riaan

@timsainb
Copy link
Owner

Hi Riaan,

I started with hyperparameters similar to the papers/tutorials I referenced at the bottom of the notebook. Then I wrote a little parameter squashing function for the learning rates for the generator and discriminator. I believe I first wrote it to work with smaller images (16/16 or 32/32?) and then scaled up, changing hyperparameters as needed. But mostly just a few days of playing around with numbers and seeing what worked best.

Best,
Tim

@RiaanZoetmulder
Copy link
Author

Ahhh good. I have got some settings now that work.

Have you by any chance gotten good results on cifar10?

@timsainb
Copy link
Owner

timsainb commented Aug 6, 2017

I haven't tried any other datasets other than MNIST. Good to hear that you got yours working!

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