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
{{ message }}
This repository was archived by the owner on Oct 25, 2021. It is now read-only.
Describe the bug
On master (according catalyst==20.4.1) (catalyst-team/catalyst@abfb121) GAN example can't converge.
I run next script catalyst-dl run -C examples/mnist/configs/vanilla_gan.yml. After 100 epoches I had next loss values:
loss_d=0.5493 | loss_d_fake=1.0986 | loss_d_real=1.526e-06 | loss_g=0.4054
Expected behavior
On old version (20.2) in this repo (https://github.com/catalyst-team/gan) I got next
losses | loss_d_fake < 0.5 | loss_d_real < 0.5 |
Additional context
I found that behavior starts since catalyst 20.3 version
Screenshots
After training on catalyst==20.4.1 in tensorboard I got this images
Describe the bug
On master (according catalyst==20.4.1) (catalyst-team/catalyst@abfb121) GAN example can't converge.
I run next script
catalyst-dl run -C examples/mnist/configs/vanilla_gan.yml. After 100 epoches I had next loss values:loss_d=0.5493 | loss_d_fake=1.0986 | loss_d_real=1.526e-06 | loss_g=0.4054
Expected behavior
On old version (20.2) in this repo (https://github.com/catalyst-team/gan) I got next
losses | loss_d_fake < 0.5 | loss_d_real < 0.5 |
Additional context
I found that behavior starts since catalyst 20.3 version
Screenshots

After training on catalyst==20.4.1 in tensorboard I got this images