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

Ch06. The problem that Efficient GAN learning is not done properly #196

Open
gymoon10 opened this issue Jan 19, 2022 · 3 comments
Open

Ch06. The problem that Efficient GAN learning is not done properly #196

gymoon10 opened this issue Jan 19, 2022 · 3 comments

Comments

@gymoon10
Copy link

Hi, I am a student studying DL with your book. Thank you for providing high-quality learning contents and programming code.

I'm asking the question because there was a problem of GAN training that trained GAN(Colab, with 1500 epochs) do not generate plausible images.

In fact, I observed that the Epoch_D_Loss, Epoch_G_Loss, Epoch_E_Loss continued to be 0 after a particular epoch. (https://github.com/gymoon10/Computer-Vision-Practice/tree/main/pytorch_advanced/Efficient_GAN_Problem)

I'm studying using a Colab and I wonder if it's a problem of package or version. I'm sorry for asking with English as I'm not good at Japanese. I'm sorry to trouble you, but I'd appreciate your cooperation.

@gymoon10 gymoon10 changed the title Ch06. The problem that GAN learning is not done properly Ch06. The problem that Efficient GAN learning is not done properly Jan 19, 2022
@YutaroOgawa
Copy link
Owner

@gymoon10 -san

Thank you for reading my book of maybe Korean Edition.

Since the version of Pytorch is newer than this book, we will need to make some changes according to issue 144.

#144

Just now, I've prepared a google colab version.

https://github.com/YutaroOgawa/pytorch_advanced/blob/master/6_gan_anomaly_detection/6_4_EfficientGAN_GoogleClab.ipynb

I hope this notebook will help you.

Best Regards,
Yutaro

@gymoon10
Copy link
Author

I confirmed it works well. Thank you so much for your help.

@YutaroOgawa
Copy link
Owner

@gymoon10 -san

I'm grad to hear that you say.

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