-
How can I change the parameters to train resnet50 on A100 * 8?
Is it reasonable to set batch size 256 and lr 0.8 to speed up the training?
|
Beta Was this translation helpful? Give feedback.
Answered by
rwightman
Nov 9, 2022
Replies: 1 comment
-
@wchen61 those hparams are old, there are a number of recipe 'templates" in https://arxiv.org/abs/2110.00476 ... they can be easily adapted to the timm args, and there are already discussions on here that can be searched for specific command lines for some of the main resnet50 recipes... |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wchen61
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@wchen61 those hparams are old, there are a number of recipe 'templates" in https://arxiv.org/abs/2110.00476 ... they can be easily adapted to the timm args, and there are already discussions on here that can be searched for specific command lines for some of the main resnet50 recipes...