pytorch-msssim
pytorch-msssim copied to clipboard
(feature request) SSIM for time series data/variable size data?
I have data with (batch, 80, sample len) shape, for now, I'm using SSIM with reshaping to (batch, 1, 80, sample len). But SSIM do not take into account zero padding.
Example:

Given huge zero padding, ssim score will be better for shorter train samples.