Skip to content

Commit c2c7022

Browse files
committed
修改配置
1 parent c27538c commit c2c7022

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/allen_cahn/conf/allen_cahn_defalut_ntk.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ MODEL:
4343
x: [2.0, False]
4444
fourier:
4545
dim: 256
46-
scale: 1.0
46+
scale: 2.0
4747
random_weight:
48-
mean: 0.5
48+
mean: 1.0
4949
std: 0.1
5050

5151
# training settings
@@ -60,7 +60,7 @@ TRAIN:
6060
iters_per_epoch: ${TRAIN.iters_per_epoch}
6161
learning_rate: 1.0e-3
6262
gamma: 0.9
63-
decay_steps: 2000
63+
decay_steps: 5000
6464
by_epoch: false
6565
batch_size: 4096
6666
pretrained_model_path: null

0 commit comments

Comments
 (0)