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
Describe the bug The following error is occurring when using openkiwi with PyTorch 1.2:
"Expected object of scalar type Byte but got scalar type Bool for argument #3 'other' "
The error happened for inference.
The same error does not occur with PyTorch 1.0.1
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
Hey @soares-f
Thanks for bringing this to our attention! We will push a fix ASAP
Sorry, something went wrong.
Fix compatibility with PyTorch 1.2
32c4014
Fixes #38.
Fix compatibility with PyTorch 1.2 (#39)
6066f05
Fixes #38 and add support for PyTorch 1.2
kepler
Successfully merging a pull request may close this issue.
Describe the bug
The following error is occurring when using openkiwi with PyTorch 1.2:
"Expected object of scalar type Byte but got scalar type Bool for argument #3 'other' "
The error happened for inference.
The same error does not occur with PyTorch 1.0.1
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: