GAN_Metrics-Tensorflow icon indicating copy to clipboard operation
GAN_Metrics-Tensorflow copied to clipboard

kid standard deviation calculation: duplicated division by n_blocks?

Open xunings opened this issue 4 years ago • 0 comments

Hi, I found the following lines (the kid stddev calculation code) quite confusing :

https://github.com/taki0112/GAN_Metrics-Tensorflow/blob/9ced680854992771482292d1a4abb7c838ddecbf/frechet_kernel_Inception_distance.py#L298

https://github.com/taki0112/GAN_Metrics-Tensorflow/blob/9ced680854992771482292d1a4abb7c838ddecbf/frechet_kernel_Inception_distance.py#L300

It seems that the division by n_blocks is duplicated in the above two lines.

xunings avatar Feb 15 '21 06:02 xunings