You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Run script
launch_cifar_ema.sh
.Got error:
Seems C10_inception_moments.npz file is missing.
Since cifar is downloaded, I assume this file supposed to be provided by this repo.
The text was updated successfully, but these errors were encountered: