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
Using precision=16 and auto_scale_batch_size=True yields 'NoneType' object has no attribute 'state_dict' error
precision=16
auto_scale_batch_size=True
'NoneType' object has no attribute 'state_dict'
Largest batch size should be found when using 16 bit precision
conda
pip
The text was updated successfully, but these errors were encountered:
Hi! thanks for your contribution!, great first issue!
Sorry, something went wrong.
it seems that loading has some issue @iantimmis are interested in sending a PR?
awaelchli
Successfully merging a pull request may close this issue.
Using
precision=16
andauto_scale_batch_size=True
yields'NoneType' object has no attribute 'state_dict'
errorExpected behavior
Largest batch size should be found when using 16 bit precision
Environment
conda
,pip
, source): condaThe text was updated successfully, but these errors were encountered: