You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2025. It is now read-only.
Fix the new line on the error messages of the MS-SSIM metric are displayed. For example, this is how it currently looks like
--> 117 raise ValueError(
118 f"Image size should be larger than {bigger_than} due to \
119 the {len(self.weights) - 1} downsamplings in MS-SSIM."
120 )
122 levels = self.weights.shape[0]
123 mcs_list: List[torch.Tensor] = []
ValueError: Image size should be larger than 144 due to the 4 downsamplings in MS-SSIM.