diff --git a/ppcls/configs/Vehicle/ResNet50.yaml b/ppcls/configs/Vehicle/ResNet50.yaml index 33b05ba50e105057fc8c53820768122e7db90e1a..6994789d5bf0e7a713d1f9b7e3d27f3fc489130c 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 4e56e8dfb15590ececc97cf0558c61deb90e1d42..ffe98396629617064060a952dfc9b1043254d67c 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