Why do recurrent modules use an explicit carry rather than making linen variables? #1870
Answered
by
NeilGirdhar
NeilGirdhar
asked this question in
Q&A
-
This question is more for my understanding, but why do reccurent modules create an explicit carry using the static method |
Beta Was this translation helpful? Give feedback.
Answered by
NeilGirdhar
Feb 8, 2022
Replies: 1 comment
-
Actually, on further thought I can see why module variables aren't the right dataflow for this since they would persist in the state, and it might be a pain to write into them. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
NeilGirdhar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Actually, on further thought I can see why module variables aren't the right dataflow for this since they would persist in the state, and it might be a pain to write into them.