Replies: 1 comment 2 replies
-
Hey @Logon27, long story short: when you call |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just to preface I am very new to Flax. But I was kind of curious (from an implementation perspective) how parameters were passed to the classes / functions of the call method?
Given the example in the README...
I see that the 'variables' are passed to the apply function. But from an implementation perspective, how exactly are these variables bound to the individual classes defined inside the call method after being passed to the apply function? Not sure if this is a lack of my understanding of python or if this is just non-trivial to do.
Beta Was this translation helpful? Give feedback.
All reactions