-
-
Notifications
You must be signed in to change notification settings - Fork 71
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
more doctests #623
more doctests #623
Conversation
Fixed dereferencing of parameters in NeuralDSDE here for SciML/SciMLSensitivity.jl#623 to work , Lux compatible constructors for all layers have been added in SciML/pull/722
These would need to be changed to |
Looks like we need Random and Flux to be added in the docs env. Also it seems to be erroring on the examples that are broken into pieces |
Co-authored-by: Abhishek Bhatt <46929125+Abhishek-1Bhatt@users.noreply.github.com>
|
||
optf = GalacticOptim.OptimizationFunction(loss_neuralode, adtype) | ||
optprob = GalacticOptim.OptimizationProblem(optfunc, prob_neuralode.p) | ||
optf = Optimization.OptimizationFunction(loss_neuralode, adtype) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
optf = Optimization.OptimizationFunction(loss_neuralode, adtype) | |
optf = Optimization.OptimizationFunction(loss_n_ode, adtype) |
The pem example https://github.com/SciML/DiffEqSensitivity.jl/runs/6893742668?check_suite_focus=true#step:5:172 |
Co-authored-by: Abhishek Bhatt <46929125+Abhishek-1Bhatt@users.noreply.github.com>
Co-authored-by: Abhishek Bhatt <46929125+Abhishek-1Bhatt@users.noreply.github.com>
No description provided.