Skip to content

Commit

Permalink
Update src/pino_ode_solve.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Sathvik Bhagavan <[email protected]>
  • Loading branch information
KirillZubov and sathvikbhagavan authored Jun 12, 2024
1 parent fbef5c7 commit 0fb7d23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pino_ode_solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ function PINOODE(chain,
!(chain isa Lux.AbstractExplicitLayer) && (chain = Lux.transform(chain))
PINOODE(chain, opt, bounds, init_params, strategy, additional_loss, kwargs)
end

struct PINOPhi{C, S}
chain::C
st::S
Expand Down

0 comments on commit 0fb7d23

Please sign in to comment.