Closed yewalenikhil65 closed 3 years ago
p = [p1;p2]
and then split in dudt_
via a @view
. Let me know if you think this needs a tutorial
I can't seem to transfer this issue so I'm going to close it, but I'm tracking it for a tutorial at https://github.com/SciML/DiffEqFlux.jl/issues/459
what is the way of training multiple neural-nets in universal ODEs . Do we train them together (if yes , how ?) or do we train them subsequently ?
How do I update/ train NN_1 and NN_2 together using say
sci_ml
if thats how I should proceed ?