chainer-gan-lib
chainer-gan-lib copied to clipboard
reading data from cifar-10-fid.npz file buggy
I downloaded your cifar-10-fid.npz file and when trying to load the data using fid = FID(stat["mean"], stat["cov"], mean, cov)
then get following error: KeyError: 'mean is not a file in the archive'
Is there a discrepancy between the code and the file?