Skip to content
Snippets Groups Projects
Commit 0b961731 authored by Gu Wang's avatar Gu Wang Committed by Kai Chen
Browse files

fix scratch config (#1196)

parent 705805f5
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,6 @@ model = dict( ...@@ -27,7 +27,6 @@ model = dict(
anchor_strides=[4, 8, 16, 32, 64], anchor_strides=[4, 8, 16, 32, 64],
target_means=[.0, .0, .0, .0], target_means=[.0, .0, .0, .0],
target_stds=[1.0, 1.0, 1.0, 1.0], target_stds=[1.0, 1.0, 1.0, 1.0],
use_sigmoid_cls=True,
loss_cls=dict( loss_cls=dict(
type='CrossEntropyLoss', use_sigmoid=True, loss_weight=1.0), type='CrossEntropyLoss', use_sigmoid=True, loss_weight=1.0),
loss_bbox=dict(type='SmoothL1Loss', beta=1.0 / 9.0, loss_weight=1.0)), loss_bbox=dict(type='SmoothL1Loss', beta=1.0 / 9.0, loss_weight=1.0)),
......
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