未验证 提交 f5da9044 编写于 作者: W Walter 提交者: GitHub

Merge pull request #1901 from HydrogenSulfate/fix_baseline_baseline_cfg

fix FC initialization in reid-strong-baseline baseline config
......@@ -31,6 +31,14 @@ Arch:
name: "FC"
embedding_size: 2048
class_num: 751
weight_attr:
initializer:
name: KaimingUniform
fan_in: 12288 # 6*embedding_size
bias_attr:
initializer:
name: KaimingUniform
fan_in: 12288 # 6*embedding_size
# loss function config for traing/eval process
Loss:
......@@ -52,7 +60,6 @@ Optimizer:
name: Piecewise
decay_epochs: [40, 70]
values: [0.00035, 0.000035, 0.0000035]
warmup_epoch: 10
by_epoch: True
last_epoch: 0
regularizer:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册