Skip to content

Commit

Permalink
update target setting algo for conformer to adamw
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Sep 26, 2023
1 parent 862f500 commit 1816234
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reference_algorithms/target_setting_algorithms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ python3 submission_runner.py \
--experiment_dir=$ROOT_DIR \
--experiment_name=target_setting \
--workload=librispeech_conformer \
--submission_path=reference_algorithms/target_setting_algorithms/jax_nadamw.py \
--submission_path=reference_algorithms/target_setting_algorithms/jax_adamw.py \
--tuning_search_space=reference_algorithms/target_setting_algorithms/librispeech_conformer/tuning_search_space.json
```
```bash
Expand All @@ -123,7 +123,7 @@ torchrun --redirects 1:0,2:0,3:0,4:0,5:0,6:0,7:0 --standalone --nnodes=1 --nproc
--experiment_dir=$ROOT_DIR \
--experiment_name=target_setting \
--workload=librispeech_conformer \
--submission_path=reference_algorithms/target_setting_algorithms/pytorch_nadamw.py \
--submission_path=reference_algorithms/target_setting_algorithms/pytorch_adamw.py \
--tuning_search_space=reference_algorithms/target_setting_algorithms/librispeech_conformer/tuning_search_space.json
```

Expand Down

0 comments on commit 1816234

Please sign in to comment.