saeed-anwar / RIDNet

Pytorch code for "Real image denoising with feature attention", ICCV (Oral), 2019.
https://saeed-anwar.github.io/publications/
337 stars 57 forks source link

EVALUATION 0% #17

Open prosn opened 3 years ago

prosn commented 3 years ago

Making model... Loading model from E:\PycharmProjects\experiment\ridnet.pt

Evaluation: 0%| | 0/10 [00:00<?, ?it/s]

What can I do to solve this problem? Is there anything wrong with my GPU?

puallee commented 3 years ago

I think problem is :misc.imread(filename) at myimage.py, because AttributeError: module 'scipy.misc' has no attribute 'imread'. Please check your misc version,

kmuw commented 2 years ago

See https://github.com/saeed-anwar/RIDNet/issues/6#issuecomment-1059055637 how to fix this.