Skip to content

Commit

Permalink
Update docs/src/tutorials/pino_ode.md
Browse files Browse the repository at this point in the history
Co-authored-by: Sathvik Bhagavan <35105271+sathvikbhagavan@users.noreply.github.com>
  • Loading branch information
KirillZubov and sathvikbhagavan authored Jul 2, 2024
1 parent d7b7a36 commit fe40cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/pino_ode.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ v = rand(1, 40, 1)
c = deeponet((u, v), θ, st)[1]
bounds = [(1.0f0, pi), (1.0f0, 2.0f0), (2.0f0, 3.0f0)]
number_of_parameters = 50
number_of_parameter_samples = 50
strategy = StochasticTraining(40)
opt = OptimizationOptimisers.Adam(0.03)
alg = PINOODE(deeponet, opt, bounds, number_of_parameters; strategy = strategy)
Expand Down

0 comments on commit fe40cfd

Please sign in to comment.