Is your feature request related to a problem? Please describe.
Some metrics (FSIM, VSI, SR-SIM) use FFT related operations, which were changed in with torch==1.8.0.
CLIPIQA (#331 #348) requires torchvision>=0.10.1 and torch>=1.9.1, making the code that uses FFT cumbersome.
Describe the solution you'd like
I would suggest to keep the legacy code for next release and add warning message that older version of pytorch (<=1.8.0) might not work in future releases.
Is your feature request related to a problem? Please describe.
Some metrics (FSIM, VSI, SR-SIM) use FFT related operations, which were changed in with
torch==1.8.0
.CLIPIQA (#331 #348) requires
torchvision>=0.10.1
andtorch>=1.9.1
, making the code that uses FFT cumbersome.Describe the solution you'd like
<=1.8.0
) might not work in future releases.