Skip to content

Commit

Permalink
trial
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard2926 committed Apr 15, 2024
1 parent 3d9f67c commit 21fdd06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scaling.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ config = ARGS[8]

# For scaling tests, use 4 modes, training use 25% modes

modesx = 8
modesy = 8
modesz = 8
modest = 4
modesx = 4
modesy = 4
modesz = 4
modest = 8

modelConfig = DFNO_3D.ModelConfig(nx=dimx, ny=dimy, nz=dimz, nt=dimt, mx=modesx, my=modesy, mz=modesz, mt=modest, nblocks=nblocks, partition=partition)

Expand Down

0 comments on commit 21fdd06

Please sign in to comment.