Skip to content
This repository was archived by the owner on Oct 25, 2021. It is now read-only.
This repository was archived by the owner on Oct 25, 2021. It is now read-only.

GAN example doesn't converge #2

@MalchuL

Description

@MalchuL

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
Screenshot from 2020-04-19 20-44-51

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions