提交 a5089348 编写于 作者: W weishengyu

dbg

上级 fb2ddcfd
...@@ -24,7 +24,7 @@ Arch: ...@@ -24,7 +24,7 @@ Arch:
name: "ResNet50" name: "ResNet50"
pretrained: True pretrained: True
BackboneStopLayer: BackboneStopLayer:
name: "avg_pool" name: "flatten"
Head: Head:
name: "FC" name: "FC"
embedding_size: 2048 embedding_size: 2048
...@@ -36,7 +36,7 @@ Loss: ...@@ -36,7 +36,7 @@ Loss:
- CELoss: - CELoss:
weight: 1.0 weight: 1.0
epsilon: 0.1 epsilon: 0.1
- TripletLoss: - TripletLossV2:
weight: 1.0 weight: 1.0
margin: 0.3 margin: 0.3
normalize_feature: false normalize_feature: false
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册