Skip to content

Commit

Permalink
Update schedules and clean up configs
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvetter committed May 15, 2024
1 parent 22797a9 commit 7103022
Show file tree
Hide file tree
Showing 12 changed files with 9 additions and 84 deletions.
2 changes: 1 addition & 1 deletion conf/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ defaults:
- dataset: ner
- network: lconv_ner
- diffusion_kernel: white_noise
- diffusion: diffusion_quad_500
- diffusion: diffusion_linear_200
- optimizer: base_optimizer
- classifier: no_classifier
9 changes: 0 additions & 9 deletions conf/network/bconv_ajile.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions conf/network/bconv_crcns.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions conf/network/bconv_ner.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions conf/network/bconv_tycho.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions conf/network/lconv_crcns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ in_kernel_size: 32
out_kernel_size: 32
slconv_kernel_size: 64
num_scales: 5
decay_min: 1.0
decay_max: 4.0
decay_min: 2.0
decay_max: 2.0
heads: 3
in_mask_mode: full
mid_mask_mode: full
Expand Down
19 changes: 0 additions & 19 deletions conf/network/lconv_gait.yaml

This file was deleted.

6 changes: 3 additions & 3 deletions conf/network/lconv_ner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ signal_channel: 56
time_dim: 16
cond_channel: 32
hidden_channel: 16
in_kernel_size: 65
out_kernel_size: 65
in_kernel_size: 1
out_kernel_size: 1
slconv_kernel_size: 65
num_scales: 1
decay_min: 2.0
decay_max: 2.0
heads: 3
heads: 1
in_mask_mode: restricted
mid_mask_mode: off_diag_8
out_mask_mode: restricted
Expand Down
2 changes: 1 addition & 1 deletion scripts/crcns_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python3 ../ntd/train_diffusion_model.py \
base.experiment=crcns_experiment \
base.tag=lconv_wn \
dataset=crcns \
diffusion=diffusion_quad_500 \
diffusion=diffusion_linear_200 \
diffusion_kernel=white_noise \
network=lconv_crcns \
optimizer=base_optimizer \
Expand Down
2 changes: 1 addition & 1 deletion scripts/ner_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python3 ../ntd/train_diffusion_model.py \
base.experiment=ner_experiment \
base.tag=lconv_wn \
dataset=ner \
diffusion=diffusion_linear_1000 \
diffusion=diffusion_linear_200 \
diffusion_kernel=white_noise \
network=lconv_ner \
optimizer=base_optimizer \
Expand Down
2 changes: 1 addition & 1 deletion scripts/tycho_conditional_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ python3 ../ntd/train_diffusion_model.py \

# Baseline
python3 ../ntd/utils/classifier_utils.py \
base.experiment=ycho_conditional_experiment \
base.experiment=tycho_conditional_experiment \
base.tag=raw_classifier \
dataset=tycho_conditional \
classifier=tycho_classifier
Expand Down
20 changes: 0 additions & 20 deletions scripts/tycho_unconditional_script.sh

This file was deleted.

0 comments on commit 7103022

Please sign in to comment.