-
Notifications
You must be signed in to change notification settings - Fork 751
New issue
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
[bug] javacpp -pytorch EmbeddingBagImpl maybe need add one override forward method ,maybe also have bug #1593
Labels
Comments
Like the error says, you need a integer tensor, not a float tensor for this to work |
HI, @saudet ,now all tensor I cast to integer tensor , but can not work
console log
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi , @saudet EmbeddingBagImpl also in javacpp can not work ,same logic parameter in python could work. please fix up,thanks
in python
console
in pure javacpp
javacpp console
The text was updated successfully, but these errors were encountered: