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

how to reproduce inception / FID scores?

Open jcpeterson opened this issue 7 years ago • 3 comments

Which scores in the table are from your code? Do you have the commands to reproduce them exactly?

jcpeterson avatar Dec 19 '17 02:12 jcpeterson

bump

jcpeterson avatar Jan 16 '18 18:01 jcpeterson

Sorry for the late reply.

All scores showed in README (except for the scores in the "official" column) are calculated with the code in this repository. The scores for each method are calculated at the end of training, using the following extension functions: https://github.com/pfnet-research/chainer-gan-lib/blob/master/common/evaluation.py#L82 https://github.com/pfnet-research/chainer-gan-lib/blob/master/common/evaluation.py#L154

We cannot reproduce the scores exactly because we did not specify the random seed when we trained each model, but you should be able to get similar scores for each method by running the script in https://github.com/pfnet-research/chainer-gan-lib/blob/master/example.sh

takerum avatar Jan 18 '18 02:01 takerum

I'm getting varying scores that doesn't always preserve the rank in the table. Are these supposed to be averaged to say 10 runs of training a model? They don't seem reliable at all otherwise.

jcpeterson avatar Jan 25 '18 19:01 jcpeterson