alexlee-gk / lpips-tensorflow

Tensorflow port for the Learned Perceptual Image Patch Similarity (LPIPS) metric.
BSD 2-Clause "Simplified" License
130 stars 30 forks source link

different lpips distance value obtained on rerun with same set of test images #3

Open PoulamiSM opened 5 years ago

PoulamiSM commented 5 years ago

Thank you for the code. I am training conditional GAN. Whenever I run the code using same set of images, on each run the distance values between a given pair of images changes. The change is not too significant (order of 10 e-03) , but I expected the distance to be constant between a given set of real and synthesised image?