Skip to content
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

State vector hardcoded to be the same size as the input vector #94

Closed
EthanDecleyn opened this issue Aug 29, 2023 · 0 comments · Fixed by #114
Closed

State vector hardcoded to be the same size as the input vector #94

EthanDecleyn opened this issue Aug 29, 2023 · 0 comments · Fixed by #114

Comments

@EthanDecleyn
Copy link

EthanDecleyn commented Aug 29, 2023

The state vector z is hardcoded to be the same size as the input x at the following lines:

_get_initial_condition(::DeepEquilibriumNetwork, x, ps, st) = zero(x), st

z, st_ = deq.model((zero(x), x), ps.model, st.model)

This is an unnecessary limitation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants