PerceptualSimilarity icon indicating copy to clipboard operation
PerceptualSimilarity copied to clipboard

non deterministic output when dropout is off

Open Goulustis opened this issue 2 years ago • 0 comments

I was testing the example images pair:

./imgs/ex_p0.png ./imgs/ex_p1.png

I found the output of lpips is non-deterministic with dropout turned off. My further investigation reveals that the linear tuned weights are not loaded. Specifically, the keys from the loaded tuned linear weights do not exist in the model. Could anyone go and check if this is happening to you? (or if this is just me)

Goulustis avatar Feb 06 '22 19:02 Goulustis