Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NameError: name 'warmup' is not defined #32

Open
lkp520 opened this issue Apr 14, 2022 · 5 comments
Open

NameError: name 'warmup' is not defined #32

lkp520 opened this issue Apr 14, 2022 · 5 comments

Comments

@lkp520
Copy link

lkp520 commented Apr 14, 2022

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

@mmliu202210
Copy link

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

@Lin-Luo
Copy link

Lin-Luo commented Feb 23, 2023

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
Copy link

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
Copy link
Collaborator

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

@GJWZU
Copy link

GJWZU commented Apr 28, 2024

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants