mseitzer / pytorch-fid

Compute FID scores with PyTorch.
Apache License 2.0
3.22k stars 497 forks source link

RuntimeError: unexpected EOF, expected 877244 more bytes. The file might be corrupted. #87

Closed yoolish closed 1 year ago

yoolish commented 1 year ago

I met this error when i implemented it.

RuntimeError: unexpected EOF, expected 877244 more bytes. The file might be corrupted.

cyyycc commented 1 year ago

I met this error when i implemented it.

RuntimeError: unexpected EOF, expected 877244 more bytes. The file might be corrupted.

我也遇到了同样的问题,请问你解决了吗?

cyyycc commented 1 year ago

I met this error when i implemented it. RuntimeError: unexpected EOF, expected 877244 more bytes. The file might be corrupted.

我也遇到了同样的问题,请问你解决了吗? 是因为权重下载中断了,删除原来的权重,重新再下载一遍就可以了

mseitzer commented 1 year ago

Closing because not enough information is provided. Please report at least a stacktrace and a description of how this error is encountered.