Skip to content

Commit

Permalink
Update example_navier_stokes_2d_long_time.py
Browse files Browse the repository at this point in the history
Correcting code
  • Loading branch information
dimerf99 committed Jan 23, 2025
1 parent edaf5f4 commit 4a11ba7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def forcing_term(grid):
n_samples=4,
img_rows=3,
img_cols=4
) # 5 image dimension options: 2d, 2d_scatter, 3d, 3d_scatter, 4d_scatter
) # 5 image dimension options: 2d, 2d (scatter), 3d, 3d (scatter), 4d (scatter)

optimizer = Optimizer('Adam', {'lr': 1e-3})

Expand Down

0 comments on commit 4a11ba7

Please sign in to comment.