未验证 提交 96d64c41 编写于 作者: W Wei Shengyu 提交者: GitHub

Merge pull request #866 from FredHuang16/patch-13

update logo config
...@@ -33,6 +33,7 @@ Arch: ...@@ -33,6 +33,7 @@ Arch:
margin: 0.35 margin: 0.35
scale: 64 scale: 64
embedding_size: 512 embedding_size: 512
class_num: 3000
# loss function config for traing/eval process # loss function config for traing/eval process
Loss: Loss:
...@@ -149,19 +150,3 @@ Metric: ...@@ -149,19 +150,3 @@ Metric:
topk: [1, 5] topk: [1, 5]
- mAP: {} - mAP: {}
Infer:
infer_imgs: "docs/images/whl/demo.jpg"
batch_size: 10
transforms:
- DecodeImage:
to_rgb: True
channel_first: False
- ResizeImage:
resize_short: 224
- NormalizeImage:
scale: 1.0/255.0
mean: [0.485, 0.456, 0.406]
std: [0.229, 0.224, 0.225]
order: ''
- ToCHWImage:
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册