Open jfischoff opened 1 month ago
lpips returns a value [0, 1]. However, elpips returns negative numbers. Is that expected?
lpips
[0, 1]
elpips
No, it's not what I expected Can you share the code or image you used as input?
Similar to lpips, negative numbers should not come out because weight below 0 is initialized to 0 for each step
lpips
returns a value[0, 1]
. However,elpips
returns negative numbers. Is that expected?