Skip to content

Commit

Permalink
Standardize refs to EchoCLR.
Browse files Browse the repository at this point in the history
  • Loading branch information
gholste committed Apr 28, 2024
1 parent bd90028 commit 4443cb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To reproduce the results in the paper,
- `bash finetune/run_kinetics_train_ratio_experiments.sh`
- `bash finetune/run_simclr_train_ratio_experiments.sh`
- `bash finetune/run_mi-simclr_train_ratio_experiments.sh`
- `bash finetune/run_mi-simclr-fo_train_ratio_experiments.sh`
- `bash finetune/run_echoclr_train_ratio_experiments.sh`

## Citation

Expand Down
4 changes: 2 additions & 2 deletions ssl/run_ssl_experiments.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ python main.py \
--clip_len 4 \
--sampling_rate 1

# MI-SimCLR+FO
# EchoCLR
python main.py \
--data_dir /home/gih5/mounts/nfs_echo_yale/031522_echo_avs_preprocessed \
--out_dir results \
--model_name mi-simclr-fo \
--model_name echoclr \
--multi_instance \
--frame_reordering \
--batch_size 196 \
Expand Down

0 comments on commit 4443cb9

Please sign in to comment.