Skip to content

Commit

Permalink
update default training batch for PartA2 and training epochs for cent…
Browse files Browse the repository at this point in the history
…erpoint
  • Loading branch information
sshaoshuai committed Nov 24, 2021
1 parent 82987c4 commit 3365a5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/cfgs/waymo_models/PartA2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ MODEL:


OPTIMIZATION:
BATCH_SIZE_PER_GPU: 3
BATCH_SIZE_PER_GPU: 2
NUM_EPOCHS: 30

OPTIMIZER: adam_onecycle
Expand Down
2 changes: 1 addition & 1 deletion tools/cfgs/waymo_models/centerpoint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ MODEL:

OPTIMIZATION:
BATCH_SIZE_PER_GPU: 4
NUM_EPOCHS: 36
NUM_EPOCHS: 30

OPTIMIZER: adam_onecycle
LR: 0.003
Expand Down

0 comments on commit 3365a5e

Please sign in to comment.