-
-
Notifications
You must be signed in to change notification settings - Fork 210
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
How to build parameter optimization problems for Lux.jl using ModelingToolkit.jl ? #2604
Labels
question
Further information is requested
Comments
In fact, what I'm more interested in is using Lux.jl models within an ODE Problem, which might align with DiffEqFlux.jl. I've constructed a test case as follows:
但这种方式同样存在一些问题,如system不包含任何states和parameters:
同时当调用
|
The first tutorials are coming together in SciML/ModelingToolkitNeuralNets.jl#19, let's take the conversations to there. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Question❓
I have built a simple neural network model using Lux.jl, as shown below:
Then I would like to translate the problem of optimizing model parameters into ModelingToolkit.jl, as follows:
But this approach didn't work. Are there any examples of ModelingToolkit.jl being applied to Lux.jl?
The text was updated successfully, but these errors were encountered: