You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2025. It is now read-only.
I'm looking for write a basic RNN that does f(Ax+b) at each time step.
What would be the best way to go about it? Could you outline some code to give an idea?
Can one apply JIT over the entire (unrolled) network for training/inference?