GAN_Metrics-Tensorflow
GAN_Metrics-Tensorflow copied to clipboard
kid standard deviation calculation: duplicated division by n_blocks?
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.