clovaai / stargan-v2

StarGAN v2 - Official PyTorch Implementation (CVPR 2020)
Other
3.48k stars 656 forks source link

Score numbers differ from the paper #14

Closed affromero closed 4 years ago

affromero commented 4 years ago

Hello, the numbers you report here differ from the paper.

  1. Is the version of the paper using the heatmaps? If yes, do you have numbers without heatmaps? They would help a lot.
  2. Are these new numbers using the same experimental framework reported in the paper? Batch size, number of iterations, etc.?
  3. I also found that some of the architectures do not match with the ones reported in the paper. For instance, the discriminator max_dim goes up to 512 (in the paper says 1024), and the mapping network is different as well. Is there going to be an updated arxiv version?
  4. [EDIT]. If AFHQ does not use heatmaps, why the numbers are also different from the paper?

Thank you.

yunjey commented 4 years ago

@affromero Please see the updated version: https://arxiv.org/abs/1912.01865