forked from NVIDIA/modulus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
47 lines (41 loc) · 1.14 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# ignore_header_test
# Copyright 2023 Stanford University
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
scheduler:
lr: 1.E-3
lr_decay: 1.E-3
training:
batch_size: 100
epochs: 100
geometries: "healthy"
stride: 5
rate_noise: 100
train_test_split: 0.9
loss_weight_1st_timestep: 1
loss_weight_other_timesteps: 0.5
loss_weight_boundary_nodes: 100
checkpoints:
ckpt_path: "checkpoints"
ckpt_name: "model.pt"
performance:
amp: False
jit: False
testing:
graph: "s0090_0001.21.0.grph"
architecture:
processor_size: 5
hidden_dim_node_encoder: 64
hidden_dim_edge_encoder: 64
hidden_dim_processor: 64
hidden_dim_node_decoder: 64