Skip to content

Commit e177881

Browse files
committed
align training hyper-param
1 parent 54a88f0 commit e177881

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

navsim/agents/diffusiondrive/transfuser_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ class TransfuserConfig:
120120
lr_steps = [70]
121121
optimizer_type = "AdamW"
122122
scheduler_type = "MultiStepLR"
123-
cfg_lr_mult = 0.1
123+
cfg_lr_mult = 0.5
124124
opt_paramwise_cfg = {
125125
"name":{
126126
"image_encoder":{

navsim/planning/script/config/common/agent/diffusiondrive_agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ config:
1414
latent: False
1515

1616
checkpoint_path: null
17-
lr: 2e-4
17+
lr: 6e-4

0 commit comments

Comments
 (0)