photosynthesis-team / piq

Measures and metrics for image2image tasks. PyTorch.
Apache License 2.0
1.4k stars 120 forks source link

Incorrect return type on `piq.ssim` #378

Open adamtheturtle opened 9 months ago

adamtheturtle commented 9 months ago

Describe the bug

piq.ssim's return type is List[Tensor] but in the default case it returns Tensor.