Update example

own
Bobholamovic 2 years ago
parent e521a1d373
commit 3fc53c9454
  1. 12
      examples/rs_research/configs/levircd/custom_model/iterative_bit_iter2_gamma01.yaml
  2. 12
      examples/rs_research/configs/levircd/custom_model/iterative_bit_iter2_gamma02.yaml
  3. 12
      examples/rs_research/configs/levircd/custom_model/iterative_bit_iter2_gamma05.yaml
  4. 12
      examples/rs_research/configs/levircd/custom_model/iterative_bit_iter3_gamma01.yaml
  5. 12
      examples/rs_research/configs/levircd/custom_model/iterative_bit_iter3_gamma02.yaml
  6. 12
      examples/rs_research/configs/levircd/custom_model/iterative_bit_iter3_gamma05.yaml
  7. 12
      examples/rs_research/configs/levircd/custom_model/iterative_bit_iter3_gamma10.yaml
  8. 2
      examples/rs_research/configs/svcd/custom_model.yaml
  9. 2
      examples/rs_research/configs/svcd/fc_ef.yaml
  10. 2
      examples/rs_research/configs/svcd/fc_siam_conc.yaml
  11. 2
      examples/rs_research/configs/svcd/fc_siam_diff.yaml

@ -1,12 +0,0 @@
_base_: ../levircd.yaml
save_dir: ./exp/levircd/custom_model/iter2_gamma01/
model: !Node
type: IterativeBIT
args:
num_iters: 2
gamma: 0.1
num_classes: 2
bit_kwargs:
in_channels: 4

@ -1,12 +0,0 @@
_base_: ../levircd.yaml
save_dir: ./exp/levircd/custom_model/iter2_gamma02/
model: !Node
type: IterativeBIT
args:
num_iters: 2
gamma: 0.2
num_classes: 2
bit_kwargs:
in_channels: 4

@ -1,12 +0,0 @@
_base_: ../levircd.yaml
save_dir: ./exp/levircd/custom_model/iter2_gamma05/
model: !Node
type: IterativeBIT
args:
num_iters: 2
gamma: 0.5
num_classes: 2
bit_kwargs:
in_channels: 4

@ -1,12 +0,0 @@
_base_: ../levircd.yaml
save_dir: ./exp/levircd/custom_model/iter3_gamma01/
model: !Node
type: IterativeBIT
args:
num_iters: 3
gamma: 0.1
num_classes: 2
bit_kwargs:
in_channels: 4

@ -1,12 +0,0 @@
_base_: ../levircd.yaml
save_dir: ./exp/levircd/custom_model/iter3_gamma02/
model: !Node
type: IterativeBIT
args:
num_iters: 3
gamma: 0.2
num_classes: 2
bit_kwargs:
in_channels: 4

@ -1,12 +0,0 @@
_base_: ../levircd.yaml
save_dir: ./exp/levircd/custom_model/iter3_gamma05/
model: !Node
type: IterativeBIT
args:
num_iters: 3
gamma: 0.5
num_classes: 2
bit_kwargs:
in_channels: 4

@ -1,12 +0,0 @@
_base_: ../levircd.yaml
save_dir: ./exp/levircd/custom_model/iter3_gamma10/
model: !Node
type: IterativeBIT
args:
num_iters: 3
gamma: 1.0
num_classes: 2
bit_kwargs:
in_channels: 4

@ -5,7 +5,7 @@ save_dir: ./exp/svcd/custom_model/
model: !Node
type: IterativeBIT
args:
num_iters: 3
num_iters: 2
num_classes: 2
bit_kwargs:
in_channels: 3

@ -4,5 +4,3 @@ save_dir: ./exp/svcd/fc_ef/
model: !Node
type: FCEarlyFusion
args:
use_dropout: True

@ -4,5 +4,3 @@ save_dir: ./exp/svcd/fc_siam_conc/
model: !Node
type: FCSiamConc
args:
use_dropout: True

@ -4,5 +4,3 @@ save_dir: ./exp/svcd/fc_siam_diff/
model: !Node
type: FCSiamDiff
args:
use_dropout: True

Loading…
Cancel
Save