LIDIA-denoiser
LIDIA-denoiser copied to clipboard
LIDIA: Lightweight Learned Image Denoising with Instance Adaptation (NTIRE, 2020)
Results
1
LIDIA-denoiser issues
Sort by
recently updated
recently updated
newest added
I am trying to convert a pytorch module to ScriptModule. What I was trying to do is adding ``` nl_denoiser_script = torch.jit.script(nl_denoiser) print(nl_denoiser_script.code) ``` after `nl_denoiser.patch_denoise_net.load_state_dict(model_state0['state_dict'])` in blind_denoise_bw_small.py. However, I...