You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: