diff --git a/deploy/auto_compression/mbv3_qat_dis.yaml b/deploy/auto_compression/mbv3_qat_dis.yaml index f78268a0ffa923803d6bf101a61bda21e0dab905..5bdce4333158e4f8a3e345ff95fe8e3aeaae5698 100644 --- a/deploy/auto_compression/mbv3_qat_dis.yaml +++ b/deploy/auto_compression/mbv3_qat_dis.yaml @@ -33,15 +33,15 @@ TrainConfig: optimizer: type: Momentum weight_decay: 0.000005 - # origin_metric: 0.7532 + origin_metric: 0.7532 DataLoader: Train: dataset: name: ImageNetDataset - image_root: /paddle/dataset/ILSVRC2012/ - cls_label_path: /paddle/dataset/ILSVRC2012/train_list.txt + image_root: ./dataset/ILSVRC2012/ + cls_label_path: ./dataset/ILSVRC2012/train_list.txt transform_ops: - DecodeImage: to_rgb: True @@ -69,8 +69,8 @@ DataLoader: Eval: dataset: name: ImageNetDataset - image_root: /paddle/dataset/ILSVRC2012/ - cls_label_path: /paddle/dataset/ILSVRC2012/val_list.txt + image_root: ./dataset/ILSVRC2012/ + cls_label_path: ./dataset/ILSVRC2012/val_list.txt transform_ops: - DecodeImage: to_rgb: True