From 132df1a8ddf6c232a570b7243f4078e314c5c812 Mon Sep 17 00:00:00 2001 From: Bobholamovic Date: Thu, 25 Aug 2022 11:03:44 +0800 Subject: [PATCH] Rename custom_model/->ablation --- .../configs/levircd/custom_model/custom_model_c.yaml | 8 -------- .../configs/levircd/custom_model/custom_model_cs.yaml | 8 -------- .../configs/levircd/custom_model/custom_model_cst.yaml | 8 -------- .../configs/levircd/custom_model/custom_model_ct.yaml | 8 -------- .../configs/levircd/custom_model/custom_model_s.yaml | 8 -------- .../configs/levircd/custom_model/custom_model_st.yaml | 8 -------- .../configs/levircd/custom_model/custom_model_t.yaml | 8 -------- 7 files changed, 56 deletions(-) delete mode 100644 examples/rs_research/configs/levircd/custom_model/custom_model_c.yaml delete mode 100644 examples/rs_research/configs/levircd/custom_model/custom_model_cs.yaml delete mode 100644 examples/rs_research/configs/levircd/custom_model/custom_model_cst.yaml delete mode 100644 examples/rs_research/configs/levircd/custom_model/custom_model_ct.yaml delete mode 100644 examples/rs_research/configs/levircd/custom_model/custom_model_s.yaml delete mode 100644 examples/rs_research/configs/levircd/custom_model/custom_model_st.yaml delete mode 100644 examples/rs_research/configs/levircd/custom_model/custom_model_t.yaml diff --git a/examples/rs_research/configs/levircd/custom_model/custom_model_c.yaml b/examples/rs_research/configs/levircd/custom_model/custom_model_c.yaml deleted file mode 100644 index 13db635..0000000 --- a/examples/rs_research/configs/levircd/custom_model/custom_model_c.yaml +++ /dev/null @@ -1,8 +0,0 @@ -_base_: ../levircd.yaml - -save_dir: ./exp/levircd/custom_model/att_c/ - -model: !Node - type: CustomTrainer - args: - att_types: c diff --git a/examples/rs_research/configs/levircd/custom_model/custom_model_cs.yaml b/examples/rs_research/configs/levircd/custom_model/custom_model_cs.yaml deleted file mode 100644 index 63229ee..0000000 --- a/examples/rs_research/configs/levircd/custom_model/custom_model_cs.yaml +++ /dev/null @@ -1,8 +0,0 @@ -_base_: ../levircd.yaml - -save_dir: ./exp/levircd/custom_model/att_cs/ - -model: !Node - type: CustomTrainer - args: - att_types: cs diff --git a/examples/rs_research/configs/levircd/custom_model/custom_model_cst.yaml b/examples/rs_research/configs/levircd/custom_model/custom_model_cst.yaml deleted file mode 100644 index cd2915c..0000000 --- a/examples/rs_research/configs/levircd/custom_model/custom_model_cst.yaml +++ /dev/null @@ -1,8 +0,0 @@ -_base_: ../levircd.yaml - -save_dir: ./exp/levircd/custom_model/att_cst/ - -model: !Node - type: CustomTrainer - args: - att_types: cst diff --git a/examples/rs_research/configs/levircd/custom_model/custom_model_ct.yaml b/examples/rs_research/configs/levircd/custom_model/custom_model_ct.yaml deleted file mode 100644 index 5df0795..0000000 --- a/examples/rs_research/configs/levircd/custom_model/custom_model_ct.yaml +++ /dev/null @@ -1,8 +0,0 @@ -_base_: ../levircd.yaml - -save_dir: ./exp/levircd/custom_model/att_ct/ - -model: !Node - type: CustomTrainer - args: - att_types: ct diff --git a/examples/rs_research/configs/levircd/custom_model/custom_model_s.yaml b/examples/rs_research/configs/levircd/custom_model/custom_model_s.yaml deleted file mode 100644 index 525151e..0000000 --- a/examples/rs_research/configs/levircd/custom_model/custom_model_s.yaml +++ /dev/null @@ -1,8 +0,0 @@ -_base_: ../levircd.yaml - -save_dir: ./exp/levircd/custom_model/att_s/ - -model: !Node - type: CustomTrainer - args: - att_types: s diff --git a/examples/rs_research/configs/levircd/custom_model/custom_model_st.yaml b/examples/rs_research/configs/levircd/custom_model/custom_model_st.yaml deleted file mode 100644 index 6ba149c..0000000 --- a/examples/rs_research/configs/levircd/custom_model/custom_model_st.yaml +++ /dev/null @@ -1,8 +0,0 @@ -_base_: ../levircd.yaml - -save_dir: ./exp/levircd/custom_model/att_st/ - -model: !Node - type: CustomTrainer - args: - att_types: st diff --git a/examples/rs_research/configs/levircd/custom_model/custom_model_t.yaml b/examples/rs_research/configs/levircd/custom_model/custom_model_t.yaml deleted file mode 100644 index 984bd19..0000000 --- a/examples/rs_research/configs/levircd/custom_model/custom_model_t.yaml +++ /dev/null @@ -1,8 +0,0 @@ -_base_: ../levircd.yaml - -save_dir: ./exp/levircd/custom_model/att_t/ - -model: !Node - type: CustomTrainer - args: - att_types: t