momo1689 / FAN

Frequency Denoising Network: Blind Noise Removal for Real Images
27 stars 6 forks source link

Import error utils file #3

Open Ektagavas opened 2 years ago

Ektagavas commented 2 years ago

Hey, In the main.py file, from utils import weight_init_kaiming, PSNR_batch imports some functions from utils but I can't see them in the utils file. Hence, it is giving an error. Kindly let me know if these functions are present somewhere else in code.

Thanks in advance.

momo1689 commented 2 years ago

I have updated it. Maybe I forgot to contain these two functions in it before.