Skip to content

Commit

Permalink
Update PINNs_NavierStokes_example.ipynb
Browse files Browse the repository at this point in the history
Same number of iterations for each example
  • Loading branch information
donaldcummins committed Mar 7, 2024
1 parent ba108c3 commit 65f5d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PINNs_NavierStokes_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1081,7 +1081,7 @@
"outputs": [],
"source": [
"# Training\n",
"train(sess, 20000, x_tf, y_tf, t_tf, u_tf, v_tf, x, y, t, u_train, v_train, loss, train_op_Adam, optimizer_Adam,\"modelckpts/NSn/\")"
"train(sess, Train_iterations, x_tf, y_tf, t_tf, u_tf, v_tf, x, y, t, u_train, v_train, loss, train_op_Adam, optimizer_Adam,\"modelckpts/NSn/\")"
]
},
{
Expand Down

0 comments on commit 65f5d0d

Please sign in to comment.