-
Hi. I'm surprised to see this does not work: main.yaml
optim/adam.yaml
When I run this above, the original value of 0.001 is still being set. What am I missing? |
Beta Was this translation helpful? Give feedback.
Answered by
Jasha10
Oct 20, 2022
Replies: 1 comment 1 reply
-
Not sure. I'm not able to reproduce the behavior you're seeing; when I run Could you paste the output of the following command?
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lstrgar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure. I'm not able to reproduce the behavior you're seeing; when I run
python run.py optim.lr=0.01
on my machine, I get{'optim': {'lr': 0.01, 'betas': [0.9, 0.999]}}
.Could you paste the output of the following command?