From b67685042d492a119297fdca8e1cd8082218c0e0 Mon Sep 17 00:00:00 2001 From: littletomatodonkey Date: Mon, 4 Jul 2022 12:45:18 +0800 Subject: [PATCH] fix yaml (#2125) --- .../PULC/vehicle_attribute/PPLCNet_x1_0_distillation.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ppcls/configs/PULC/vehicle_attribute/PPLCNet_x1_0_distillation.yaml b/ppcls/configs/PULC/vehicle_attribute/PPLCNet_x1_0_distillation.yaml index 208eb00d..d098ca81 100644 --- a/ppcls/configs/PULC/vehicle_attribute/PPLCNet_x1_0_distillation.yaml +++ b/ppcls/configs/PULC/vehicle_attribute/PPLCNet_x1_0_distillation.yaml @@ -22,6 +22,7 @@ Arch: # if not null, its lengths should be same as models pretrained_list: # if not null, its lengths should be same as models + infer_model_name: "Student" freeze_params_list: - True - False -- GitLab