Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillZubov committed Mar 20, 2024
1 parent c5e7348 commit cefb901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/PINO_ode_tests_gpu.jl
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ end

opt = OptimizationOptimisers.Adam(0.001)
alg = PINOODE(
flat_no, opt, train_set; init_params = ps, is_data_loss = true, is_physics_loss = true)
chain, opt, train_set; init_params = ps, is_data_loss = true, is_physics_loss = true)
pino_solution = solve(prob, alg, verbose = false, maxiters = 4000)
predict = pino_solution.predict |> cpu
ground = u_output_
Expand Down

0 comments on commit cefb901

Please sign in to comment.