-
Notifications
You must be signed in to change notification settings - Fork 207
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
torch.ByteTensor and nonzero() method #538
Comments
Yes, you can apply |
Ok. Can I apply the same method to torch.CudaByteTensor? |
There is unfortunately no |
this is now pushed into master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can I apply nonzero() method to torch.ByteTensor object? or do I need to convert to torch.FloatTensor at first?
The text was updated successfully, but these errors were encountered: