-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathparams.yaml
55 lines (47 loc) · 875 Bytes
/
params.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
48
49
50
51
52
53
54
55
GraphSAGE:
encoder: [7, 64, 64, 8]
decoder: [8, 64, 64, 4]
nb_hidden_layers: 3
size_hidden_layers: 64
batch_size: 1
nb_epochs: 398
lr: 0.001
max_neighbors: 64
bn_bool: True
subsampling: 32000
r: 0.05
PointNet:
encoder: [7, 64, 64, 8]
decoder: [8, 64, 64, 4]
base_nb: 8
batch_size: 1
nb_epochs: 398
lr: 0.001
subsampling: 32000
MLP:
encoder: [7, 64, 64, 8]
decoder: [8, 64, 64, 4]
nb_hidden_layers: 3
size_hidden_layers: 64
batch_size: 1
nb_epochs: 398
lr: 0.001
bn_bool: True
subsampling: 32000
GUNet:
encoder: [7, 64, 64, 8]
decoder: [8, 64, 64, 4]
layer: 'SAGE'
pool: 'random'
nb_scale: 5
pool_ratio: [.5, .5, .5, .5]
list_r: [.05, .2, .5, 1, 10]
size_hidden_layers: 8
batchnorm: True
res: False
batch_size: 1
nb_epochs: 398
lr: 0.001
max_neighbors: 64
subsampling: 32000
r: 0.05