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

Train Generator Network #1

Open
CristobalBL opened this issue Aug 6, 2020 · 2 comments
Open

Train Generator Network #1

CristobalBL opened this issue Aug 6, 2020 · 2 comments

Comments

@CristobalBL
Copy link

CristobalBL commented Aug 6, 2020

Hello,

Thanks for this work, very interesting.

I would like to know if you have an example of how to train the Generator Network used in this work that you are code with PyTorch. To try other types of images.

@chanshing
Copy link
Owner

chanshing commented Aug 7, 2020

Thanks for your interest. For the generator network, we simply used the WGAN model https://github.com/martinarjovsky/WassersteinGAN with bare minimum tweaks, although you could use more recent methods as GAN research moves very quickly. You can find more on the training and evaluation of the generator network in our parallel work https://www.frontiersin.org/articles/10.3389/frwa.2020.00005/full but in summary, we just used WGAN with default hyperparameters except learning rate and batch size.

@CristobalBL
Copy link
Author

CristobalBL commented Sep 28, 2020

Thanks for the reply, last week i can check with my implementation. From the link you gave me, WGAN worked perfect.

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