-
-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
implicit layers with neuralODEs ? #478
Comments
Already exists. Just use |
That would require data at steady-state or require availibility of ODEProblem ,right ? Is the whole implicit-layers thing different than the way we normally approach in training neuralODEs as per DiffEqFlux docs. I am not much clear whether its better or not compared to our normal approach |
It's literally the same. DEX is just a steady state problem, or a nonlinear solve |
We made a whole separate package around this: https://github.com/SciML/DeepEquilibriumNetworks.jl |
Came across application of implicit function theorem to neural-nets
General idea is "need only jacobian at fixed point "
http://implicit-layers-tutorial.org/introduction/
https://github.com/locuslab/deq
Might be useful thing for DiffEqFlux ?
The text was updated successfully, but these errors were encountered: