This repository was archived by the owner on Nov 11, 2023. It is now read-only.
Replies: 6 comments
|
可以,但是不建议 |
0 replies
|
学习率会自动衰减 |
0 replies
|
想问问怎么中途改学习率 |
0 replies
修改配置文件 |
0 replies
额 这样改不成吧 学习率已经存在.pth中了 config中的learning_rate是初始的学习率 后面训练中的log会输出lr: 3.831874885028449e-05 训练中的学习率已经不从config读了吧 lr_decay或许会读 |
0 replies
|
可以自己改文件,在每个epoch中检查设置文件是否有改动,如果改动了,就重新加载优化器 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
可不可以在刚开始训练时用较大的学习率(0.0004),中途再改为正常的(0.0002,0.0001)
All reactions