shapenet_dataset.yamlΒΆ

recipes/aero_cfd/configs/datasets/shapenet_dataset.yaml

 1train:
 2  root: ${dataset_root}
 3  kind: ${dataset_kind}
 4  split: train
 5  pipeline: ${pipeline}
 6  dataset_normalizers: ${dataset_normalizers}
 7  excluded_properties: ${excluded_properties}
 8test:
 9  root:  ${dataset_root}
10  kind: ${dataset_kind}
11  split: test
12  pipeline: ${pipeline}
13  dataset_normalizers: ${dataset_normalizers}
14  excluded_properties: ${excluded_properties}
15test_repeat:
16  root:  ${dataset_root}
17  kind: ${dataset_kind}
18  split: test
19  pipeline: ${pipeline}
20  dataset_normalizers: ${dataset_normalizers}
21  excluded_properties: ${excluded_properties}
22  dataset_wrappers:
23    - kind: noether.data.base.wrappers.RepeatWrapper
24      repetitions: 10
25