-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcfg-rittersport.yaml
45 lines (45 loc) · 1.22 KB
/
cfg-rittersport.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
main:
project: 'self_supervised_graph'
dataset: 'paloalto'
version: 'none'
disable_wandb: True
paths:
home: /home/zuern/
package: /home/zuern/self-supervised-graph/
dataroot: /data/autograph/
dataroot_urbanlanegraph: /data/lanegraph/urbanlanegraph-dataset-dev/
dataroot_av2: /data/argoverse2/motion-forecasting/
checkpoints: /data/autograph/checkpoints/
config_name: exp-successors-sparse/* # preprocessed/city_name or preprocessed/*
preprocessing:
gt_pointwise: True
sampling_method: poisson
num_node_samples: 2000
edge_proposal_method: random # triangular or random
N_interp: 5
k_waypoints: 1
visualize: False
ego_regressor_num_channels: 4
augment: False
model:
dataparallel: False
device: cuda
batch_size: 1
batch_size_reg: 16
lr: 1e-3
beta_lo: 0.9
beta_hi: 0.999
num_epochs: 300
gnn_depth: 2 # default: 1, 2 works
# lane_mpnn
map_feat_dim: 64 # default 64
node_dim: 16
edge_dim: 32
msg_dim: 32
edge_geo_dim: 16
# end_of_archs
in_layers: rgb,sdf,angle # which inputs to use for LaneGNN map encoder
loader_workers: 8
weight_decay: 1e-4
ignore_low_scores: False
checkpoint: