MIRNet
MIRNet copied to clipboard
NameError: name 'warmup' is not defined
When I run train_denoising.py, I meet the probem: NameError: name 'warmup' is not defined How can I solve it? Thank you!
Hello, I also met this problem, may I ask if you have solved it?
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.
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?
You can set the variable warmup
in train_denoising.py
In our experiments we use warmup=True
您可以在 train_denoising.py 中设置变量 在我们的实验中,我们使用
warmup``warmup=True
Hi, have you ever tried to use real 8-bit color image for denoising