From bd68a9cb8b1b79ddc7f78c63b90dd7e138cc6985 Mon Sep 17 00:00:00 2001 From: dongshuilong Date: Fri, 17 Sep 2021 07:42:08 +0000 Subject: [PATCH] update Vehicle yamls --- ppcls/configs/Vehicle/ResNet50.yaml | 2 +- ppcls/configs/Vehicle/ResNet50_ReID.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ppcls/configs/Vehicle/ResNet50.yaml b/ppcls/configs/Vehicle/ResNet50.yaml index 33b05ba5..6994789d 100644 --- a/ppcls/configs/Vehicle/ResNet50.yaml +++ b/ppcls/configs/Vehicle/ResNet50.yaml @@ -2,7 +2,7 @@ Global: checkpoints: null pretrained_model: null - output_dir: "./output_vehicle_cls/" + output_dir: "./output/" device: "gpu" save_interval: 1 eval_during_train: True diff --git a/ppcls/configs/Vehicle/ResNet50_ReID.yaml b/ppcls/configs/Vehicle/ResNet50_ReID.yaml index 4e56e8df..ffe98396 100644 --- a/ppcls/configs/Vehicle/ResNet50_ReID.yaml +++ b/ppcls/configs/Vehicle/ResNet50_ReID.yaml @@ -2,7 +2,7 @@ Global: checkpoints: null pretrained_model: null - output_dir: "./output_vehicle_reid/" + output_dir: "./output/" device: "gpu" save_interval: 1 eval_during_train: True -- GitLab