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
indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead. how to avoid this warning when training?
The text was updated successfully, but these errors were encountered:
I use pytorch 1.1.0 in my code. If you use the latest version, you can either omit the warning or replace torch.uint8 with torch.bool.
Sorry, something went wrong.
No branches or pull requests
indexing with dtype torch.uint8 is now deprecated, please use a dtype torch.bool instead.
how to avoid this warning when training?
The text was updated successfully, but these errors were encountered: