yunxiaoshi / Neural-IMage-Assessment

A PyTorch Implementation of Neural IMage Assessment
Other
508 stars 92 forks source link

Doubt regarding computing standard deviation #7

Closed asprasan closed 5 years ago

asprasan commented 5 years ago

In line 195-196 of the main.py file you are computing the standard deviation of the score. The for loop is over the variable j while the variable used inside the loop is i. I just wanted to clarify if this is correct. Thank you in advance.

yunxiaoshi commented 5 years ago

Hi,

Yes you are correct, it should be variable j instead of i, might be a typo which I already fixed.