From 66d83feadc6fcaf03e887b1186c9311f166290ef Mon Sep 17 00:00:00 2001 From: RachelXu7 Date: Tue, 13 Sep 2022 11:55:28 +0000 Subject: [PATCH] Add ACT/FullQuant Demo --- deploy/auto_compression/mbv3_qat_dis.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deploy/auto_compression/mbv3_qat_dis.yaml b/deploy/auto_compression/mbv3_qat_dis.yaml index f78268a0..5bdce433 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 -- GitLab