TypeError: class Adam
in torch/optim/adam.py: Adam.__init__() got an unexpected keyword argument 'momentum'
#1537
Answered
by
YusukeImadegawa
YusukeImadegawa
asked this question in
Q&A
-
I ran
|
Beta Was this translation helpful? Give feedback.
Answered by
YusukeImadegawa
May 1, 2023
Replies: 1 comment
-
I changed |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
YusukeImadegawa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I changed
'../_base_/schedules/imagenet_bs1024_adamw_conformer.py'
as a based schedule code, and then errors no longer occur.Thanks.