[go: nahoru, domu]

Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ChloeXWang committed Feb 1, 2024
1 parent 3833073 commit 95af34e
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 86 deletions.
8 changes: 0 additions & 8 deletions configs/Mamba/cifar10-EX.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,3 @@ optim:
scheduler: cosine_with_warmup
num_warmup_epochs: 5
seed: 0
# optim:
# clip_grad_norm: True
# optimizer: adamW
# weight_decay: 1e-5
# base_lr: 0.001
# max_epoch: 100
# scheduler: cosine_with_warmup
# num_warmup_epochs: 5
8 changes: 0 additions & 8 deletions configs/Mamba/cluster-EX.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,3 @@ optim:
scheduler: cosine_with_warmup
num_warmup_epochs: 5
seed: 0
# optim:
# clip_grad_norm: True
# optimizer: adamW
# weight_decay: 1e-5
# base_lr: 0.0005
# max_epoch: 100
# scheduler: cosine_with_warmup
# num_warmup_epochs: 5
8 changes: 0 additions & 8 deletions configs/Mamba/malnettiny-EX.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,3 @@ optim:
scheduler: cosine_with_warmup
num_warmup_epochs: 10
seed: 0
# optim:
# clip_grad_norm: True
# optimizer: adamW
# weight_decay: 1e-5
# base_lr: 0.0005
# max_epoch: 150
# scheduler: cosine_with_warmup
# num_warmup_epochs: 10
8 changes: 0 additions & 8 deletions configs/Mamba/mnist-EX.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,3 @@ optim:
scheduler: cosine_with_warmup
num_warmup_epochs: 5
seed: 0
# optim:
# clip_grad_norm: True
# optimizer: adamW
# weight_decay: 1e-5
# base_lr: 0.001
# max_epoch: 100
# scheduler: cosine_with_warmup
# num_warmup_epochs: 5
8 changes: 0 additions & 8 deletions configs/Mamba/pattern-EX.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,3 @@ optim:
scheduler: cosine_with_warmup
num_warmup_epochs: 5
seed: 0
# optim:
# clip_grad_norm: True
# optimizer: adamW
# weight_decay: 1e-5
# base_lr: 0.0005
# max_epoch: 100
# scheduler: cosine_with_warmup
# num_warmup_epochs: 5
18 changes: 0 additions & 18 deletions configs/Mamba/pcqm-contact-EX.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,21 +63,3 @@ optim:
scheduler: cosine_with_warmup
num_warmup_epochs: 10
seed: 0
# optim:
# clip_grad_norm: True
# optimizer: adamW
# weight_decay: 0.0
# base_lr: 0.0003
# max_epoch: 200
# scheduler: cosine_with_warmup
# num_warmup_epochs: 10
#optim:
# batch_accumulation: 1
# optimizer: adamW
# weight_decay: 0.0
# base_lr: 0.0003
# max_epoch: 200
# scheduler: reduce_on_plateau
# reduce_factor: 0.5
# schedule_patience: 10
# min_lr: 1e-5
11 changes: 1 addition & 10 deletions configs/Mamba/peptides-func-EX.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,4 @@ optim:
max_epoch: 200
scheduler: cosine_with_warmup
num_warmup_epochs: 10
seed: 0
#optim:
# optimizer: adamW
# weight_decay: 0.0
# base_lr: 0.0003
# max_epoch: 500
# scheduler: reduce_on_plateau
# reduce_factor: 0.5
# schedule_patience: 20
# min_lr: 1e-5
seed: 0
11 changes: 1 addition & 10 deletions configs/Mamba/peptides-struct-EX.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,4 @@ optim:
max_epoch: 200
scheduler: cosine_with_warmup
num_warmup_epochs: 10
seed: 0
#optim:
# optimizer: adamW
# weight_decay: 0.0
# base_lr: 0.0003
# max_epoch: 500
# scheduler: reduce_on_plateau
# reduce_factor: 0.5
# schedule_patience: 20
# min_lr: 1e-5
seed: 0
8 changes: 0 additions & 8 deletions configs/Mamba/vocsuperpixels-EX.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,3 @@ optim:
scheduler: cosine_with_warmup
num_warmup_epochs: 10
seed: 0
# optim:
# clip_grad_norm: True
# optimizer: adamW
# weight_decay: 0.0
# base_lr: 0.0005
# max_epoch: 300
# scheduler: cosine_with_warmup
# num_warmup_epochs: 10

0 comments on commit 95af34e

Please sign in to comment.