We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @nkolot et al.,
May I ask if the code was also verified in the case of the gpus > 1 DDP setting?
gpus > 1
ProHMR/train/train_prohmr.py
Line 50 in 6f778db
The text was updated successfully, but these errors were encountered:
Besides, when I tried gpus=2, accelerator='dp', it pumped errors.
gpus=2, accelerator='dp'
RuntimeError: unscale_() has already been called on this optimizer since the last update().
KeyError: 'exp_avg_sq'
Sorry, something went wrong.
No branches or pull requests
Hi @nkolot et al.,
May I ask if the code was also verified in the case of the
gpus > 1
DDP setting?ProHMR/train/train_prohmr.py
Line 50 in 6f778db
The text was updated successfully, but these errors were encountered: