Add mini model weights
This commit is contained in:
parent
2016ef0599
commit
b966c4f95e
6 changed files with 97 additions and 93 deletions
|
@ -4,9 +4,9 @@ VERBOSE_LEVEL = 2
|
|||
N0 = 128
|
||||
N1 = 128
|
||||
N2 = 128
|
||||
L0 = 500.0
|
||||
L1 = 500.0
|
||||
L2 = 500.0
|
||||
L0 = 250.0
|
||||
L1 = 250.0
|
||||
L2 = 250.0
|
||||
corner0 = -250.0
|
||||
corner1 = -250.0
|
||||
corner2 = -250.0
|
||||
|
@ -66,8 +66,8 @@ z0 = 0
|
|||
|
||||
[emulator]
|
||||
use_emulator = True
|
||||
model_weights_path = /home/bartlett/mgborg_emulator/weights/d2d_borg.pt
|
||||
architecture = StyledVNet
|
||||
model_weights_path = /home/bartlett/mgborg_emulator/weights/d2d_borg_mini.pt
|
||||
architecture = StyledVNet_distill
|
||||
use_float64 = False
|
||||
use_pad_and_NN = True
|
||||
requires_grad = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue