AdamP low GPU usage #1211
Answered
by
rwightman
hadarshavit
asked this question in
Q&A
-
Hi. When I'm training a model using fusedlamb the GPU usage is constantly over 90% (RTX 3090), however when I'm training the same model with AdamP the GPU usage is much lower (varies from 60-90%) and the training is 20-30% slower. Is there a way to increase the GPU usage for faster training? |
Beta Was this translation helpful? Give feedback.
Answered by
rwightman
Apr 6, 2022
Replies: 1 comment 1 reply
-
this,
https://github.com/rwightman/pytorch-image-models/blob/master/timm/optim/adamp.py#L25-L40 is not efficient and adds quite a bit of overhead, I haven't tried but maaaaybe |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hadarshavit
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@hadarshavit
this,