Skip to content

Commit

Permalink
Update centernet2-cascade_r50_fpn_1x_coco.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zytx121 committed Jan 6, 2023
1 parent b9276e7 commit 70de089
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,7 @@
]

# optimizer
optim_wrapper = dict(
optimizer=dict(lr=0.04), clip_grad=dict(max_norm=35, norm_type=2))
optim_wrapper = dict(clip_grad=dict(max_norm=35, norm_type=2))

train_pipeline = [
dict(
Expand All @@ -216,5 +215,4 @@
dict(type='PackDetInputs')
]

train_dataloader = dict(
batch_size=8, num_workers=4, dataset=dict(pipeline=train_pipeline))
find_unused_parameters = True

0 comments on commit 70de089

Please sign in to comment.