Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillZubov committed Mar 8, 2024
1 parent 5781cb5 commit b562ebe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/pages.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pages = ["index.md",
"Bayesian PINNs for Coupled ODEs" => "tutorials/Lotka_Volterra_BPINNs.md",
"PINNs DAEs" => "tutorials/dae.md",
"Parameter Estimation with PINNs for ODEs" => "tutorials/ode_parameter_estimation.md",
"Physics informed Neural Opeator ODEs" => "tutorials/pino_ode.md",
"Physics informed Neural Operator ODEs" => "tutorials/pino_ode.md",
"Deep Galerkin Method" => "tutorials/dgm.md"
#"examples/nnrode_example.md", # currently incorrect
],
Expand Down
2 changes: 1 addition & 1 deletion docs/src/tutorials/pino_ode.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Physics informed Neural Opeator ODEs Solvers
# Physics informed Neural Operator ODEs Solvers

## some example TODO
2 changes: 1 addition & 1 deletion src/pino_ode_solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function PINOODE(chain,
train_set,
init_params = nothing;
kwargs...)
#TODO fnn trasform
#TODO fnn transform
!(chain isa Lux.AbstractExplicitLayer) && (chain = Lux.transform(chain))
PINOODE(chain, opt, train_set, init_params, kwargs)
end
Expand Down

0 comments on commit b562ebe

Please sign in to comment.