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

:penci2: added missing closing paren in README.Rmd #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

christophergandrud
Copy link

Added a missing parentheses in the README.Rmd file.

f0nzie pushed a commit that referenced this pull request Aug 28, 2020
> # all_dims() expands to the shape of the tensor
> y <- torch$arange(0L, 3L^5L)$view(3L, 3L, 3L, 3L, 3L)
> (all(y[all_dims(), 1] == y[,,,,1]) == torch$tensor(1L))$numpy()
Error in py_call_impl(callable, dots$args, dots$keywords) : 
 RuntimeError: Expected object of scalar type Byte but got scalar type Long for argument #2 'other'
Calls: ==.torch.Tensor ... <Anonymous> -> py_resolve_dots -> <Anonymous> -> py_call_impl
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 this pull request may close these issues.

1 participant