未验证 提交 25cd0f9e 编写于 作者: C cuicheng01 提交者: GitHub

Update mv3_large_x1_0_distill_mv3_small_x1_0.yaml

上级 3e30e4a8
...@@ -67,6 +67,9 @@ DataLoader: ...@@ -67,6 +67,9 @@ DataLoader:
image_root: "./dataset/ILSVRC2012/" image_root: "./dataset/ILSVRC2012/"
cls_label_path: "./dataset/ILSVRC2012/train_list.txt" cls_label_path: "./dataset/ILSVRC2012/train_list.txt"
transform_ops: transform_ops:
- DecodeImage:
to_rgb: True
channel_first: False
- RandCropImage: - RandCropImage:
size: 224 size: 224
- RandFlipImage: - RandFlipImage:
...@@ -94,6 +97,9 @@ DataLoader: ...@@ -94,6 +97,9 @@ DataLoader:
image_root: "./dataset/ILSVRC2012/" image_root: "./dataset/ILSVRC2012/"
cls_label_path: "./dataset/ILSVRC2012/val_list.txt" cls_label_path: "./dataset/ILSVRC2012/val_list.txt"
transform_ops: transform_ops:
- DecodeImage:
to_rgb: True
channel_first: False
- ResizeImage: - ResizeImage:
resize_short: 256 resize_short: 256
- CropImage: - CropImage:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册