chainer-gan-lib icon indicating copy to clipboard operation
chainer-gan-lib copied to clipboard

reading data from cifar-10-fid.npz file buggy

Open heikir opened this issue 6 years ago • 0 comments

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?

heikir avatar Jun 12 '18 06:06 heikir