Open adamtheturtle opened 9 months ago
Describe the bug
piq.ssim's return type is List[Tensor] but in the default case it returns Tensor.
piq.ssim
List[Tensor]
Tensor
Describe the bug
piq.ssim
's return type isList[Tensor]
but in the default case it returnsTensor
.