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

Missing C10_inception_moments.npz #63

Open
ShuangjunLiu opened this issue May 8, 2020 · 4 comments
Open

Missing C10_inception_moments.npz #63

ShuangjunLiu opened this issue May 8, 2020 · 4 comments

Comments

@ShuangjunLiu
Copy link

Run script launch_cifar_ema.sh.
Got error:

File "/scratch/liu.shu/codesPool/BigGAN-PyTorch/inception_utils.py", line 279, in prepare_inception_metrics
data_mu = np.load(dataset+'_inception_moments.npz')['mu']
...
fid = open(os_fspath(file), "rb")
FileNotFoundError: [Errno 2] No such file or directory: 'C10_inception_moments.npz'

Seems C10_inception_moments.npz file is missing.
Since cifar is downloaded, I assume this file supposed to be provided by this repo.

@KeluYao
Copy link

KeluYao commented May 12, 2020

老哥,从prepare_data.sh 生成一下就好了

@ShuangjunLiu
Copy link
Author

噢,原来这样, I think it is "optional" at first. :)

First, you may optionally prepare a pre-processed HDF5 version of your target dataset for faster I/O

@entrpn
Copy link

entrpn commented Jun 26, 2020

the hdf5 file creation is optional, but you have to calculate the inception moments.

@nnajeh
Copy link

nnajeh commented Apr 6, 2021

@entrpn I cannot create the inception moments (.npz file) of my own dataset? any suggestion please?

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

4 participants