toshas / torch-fidelity

High-fidelity performance metrics for generative models in PyTorch
Other
1.01k stars 66 forks source link

Why KID value are mean and std? but in paper is just one value? #21

Closed zhangliyun9120 closed 3 years ago

zhangliyun9120 commented 3 years ago

How to convert that?

toshas commented 3 years ago

Any estimator can be reported with standard deviation. In the paper, std of the estimator is shown in Fig 1(a) https://arxiv.org/pdf/1801.01401.pdf . Whether to use it or not is up to the user of the code