Skip to content
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

Error in torch_norm when dim is specified #334

Closed
Athospd opened this issue Oct 29, 2020 · 0 comments · Fixed by #345
Closed

Error in torch_norm when dim is specified #334

Athospd opened this issue Oct 29, 2020 · 0 comments · Fixed by #345

Comments

@Athospd
Copy link
Contributor

Athospd commented Oct 29, 2020

library(torch)
x <- torch_rand(2, 3)
torch_norm(x, dim = 1L)
#> Error: cpp_torch_namespace_norm_self_Tensor_dim_IntArrayRef does not exist

Created on 2020-10-29 by the reprex package (v0.3.0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant