MIRNet icon indicating copy to clipboard operation
MIRNet copied to clipboard

NameError: name 'warmup' is not defined

Open lkp520 opened this issue 2 years ago • 5 comments

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

lkp520 avatar Apr 14 '22 11:04 lkp520

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

mmliu202210 avatar Feb 22 '23 04:02 mmliu202210

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.

Lin-Luo avatar Feb 23 '23 06:02 Lin-Luo

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?

PlanktonQAQ avatar Jun 19 '23 13:06 PlanktonQAQ

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

adityac8 avatar Aug 13 '23 15:08 adityac8

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

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

GJWZU avatar Apr 28 '24 09:04 GJWZU