Skip to content
Snippets Groups Projects
Commit 056a345a authored by v-qjqs's avatar v-qjqs
Browse files

update

parent 3fc54e5c
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ model = dict(
loss_mask=dict(
type='CrossEntropyLoss', use_mask=True, loss_weight=1.0))))
# Set optimizer
# Set optimizer
optimizer = dict(type='SGD', lr=0.01, momentum=0.9, weight_decay=0.0001)
optimizer_config = dict(grad_clip=None)
# Set learning policy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment