ch >>> g = torch.manual_seed(22) >>> preds = torch.rand(4, 3, 16, 16) >>> target = torch.rand(4, 3, 16, 16) >>> rase = _RelativeAverageSpectralError() >>> rase(preds, target) tensor(5114.6641) é