Skip to content

Incorrect model call #118

@uladzislau-varabei

Description

@uladzislau-varabei

Hello,

Thanks for the amazing work porting the official TensorFlow implementation into PyTorch. I'm using your repo for FID evaluation when training my GAN, however, after working with it for a while I noticed that one very important thing is missing. You don't use model in eval mode. With my model results are totally different: after 100k images I get score around 20, while with eval mode enabled it increases to a huge value of more than 400(!). For a model that is fully trained the results are also very different: around 2 with default mode and more than 9 in eval mode. I would suggest that you add this small fix that changes results significantly.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions