Replies: 1 comment
-
Hey, you need to convert the list into an Array first using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the following loop implementation for illustration:
I like to do this with
nn.scan
. But I get the impression that it can only scan over variables not additional inputs. I tried this:But it seems like entire
ys
is being passed to each iteration of loop. Basically the code is not scanning overys
. Any pointer is appreciated!Beta Was this translation helpful? Give feedback.
All reactions