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

May I ask why the training stopped after the FID calculation was completed? #7

Open
MtYCNN opened this issue Oct 31, 2022 · 2 comments

Comments

@MtYCNN
Copy link

MtYCNN commented Oct 31, 2022

ake_seq: 1.077584, lossG_fake_img: 0.687996, lossG_overlap_fake: 0.000686, lossG_overlap_real: 0.003858,
sampling for testing data
calculating FID
100%|██████████████████████████████████████████████████████████████████████████████████████████████████████| 47/47 [00:28<00:00, 1.68it/s]
100%|████████████████████████████████████████████████████████████████████████████████████████████████████| 100/100 [01:31<00:00, 1.10it/s]

@yizhiwang96
Copy link
Owner

It seems a bug from pytorch-fid, which makes the code stop running. Could you try to debug by first removing the FID calculation?

@MtYCNN
Copy link
Author

MtYCNN commented Oct 31, 2022

It seems a bug from pytorch-fid, which makes the code stop running. Could you try to debug by first removing the FID calculation?

I've commented this out, it's still stuck, and it stops after one epoch

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