indexing problem #691
Solve the problem of indexing returned by @emauryg example a <- torch_randn(c(6,4)) b <- c(1,2,3) a[b] b
Loading
Please sign in to comment
Solve the problem of indexing returned by @emauryg example a <- torch_randn(c(6,4)) b <- c(1,2,3) a[b] b