We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a88f0 commit e177881Copy full SHA for e177881
navsim/agents/diffusiondrive/transfuser_config.py
@@ -120,7 +120,7 @@ class TransfuserConfig:
120
lr_steps = [70]
121
optimizer_type = "AdamW"
122
scheduler_type = "MultiStepLR"
123
- cfg_lr_mult = 0.1
+ cfg_lr_mult = 0.5
124
opt_paramwise_cfg = {
125
"name":{
126
"image_encoder":{
navsim/planning/script/config/common/agent/diffusiondrive_agent.yaml
@@ -14,4 +14,4 @@ config:
14
latent: False
15
16
checkpoint_path: null
17
-lr: 2e-4
+lr: 6e-4
0 commit comments