swz30 / MIRNet

[ECCV 2020] Learning Enriched Features for Real Image Restoration and Enhancement. SOTA results for image denoising, super-resolution, and image enhancement.
Other
667 stars 96 forks source link

NameError: name 'warmup' is not defined #32

Open lkp520 opened 2 years ago

lkp520 commented 2 years ago

When I run train_denoising.py, I meet the probem: NameError: name 'warmup' is not defined How can I solve it? Thank you!

mmliu202210 commented 1 year ago

Hello, I also met this problem, may I ask if you have solved it?

Lin-Luo commented 1 year ago

Hello, I also met this problem, may I ask if you have solved it?

I changed "if warmup" to "if 1", which is useful to my work.

PlanktonQAQ commented 1 year ago

Hello, I also met this problem, may I ask if you have solved it?

I changed "if warmup" to "if 1", which is useful to my work.

Will changing this parameter affect training?

adityac8 commented 1 year ago

You can set the variable warmup in train_denoising.py In our experiments we use warmup=True

GJWZU commented 5 months ago

您可以在 train_denoising.py 中设置变量 在我们的实验中,我们使用warmup``warmup=True

Hi, have you ever tried to use real 8-bit color image for denoising