| File | Params | PSNR | SSIM |
|---|---|---|---|
small/best.pt | 31M | 44.99 dB | 0.9907 |
large/best.pt | 193.7M | 45.14 dB | 0.9908 |
pred_clean = clamp(noisy_center + residual, 0, 1)L1 + 0.1×(1−SSIM) + 0.05×GradLoss1import torch
2checkpoint = torch.load("large/best.pt", map_location="cpu")
3# checkpoint contains: model_state_dict, args, epoch, best_val_psnr