richzhang / PerceptualSimilarity

LPIPS metric. pip install lpips

Home Page:https://richzhang.github.io/PerceptualSimilarity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

non deterministic output when dropout is off

Goulustis opened this issue · 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)