We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The state vector z is hardcoded to be the same size as the input x at the following lines:
z
x
DeepEquilibriumNetworks.jl/src/layers/deq.jl
Line 65 in 29e47e4
Line 155 in 29e47e4
This is an unnecessary limitation.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The state vector
z
is hardcoded to be the same size as the inputx
at the following lines:DeepEquilibriumNetworks.jl/src/layers/deq.jl
Line 65 in 29e47e4
DeepEquilibriumNetworks.jl/src/layers/deq.jl
Line 155 in 29e47e4
This is an unnecessary limitation.
The text was updated successfully, but these errors were encountered: