Skip to content

Commit

Permalink
baselines
Browse files Browse the repository at this point in the history
  • Loading branch information
priyakasimbeg committed Nov 21, 2023
1 parent 5f83404 commit 811b7c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions reference_algorithms/threshold_baselines/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TODO: link back to section in rules.

### JAX

The threshold submissions for jax are:
The threshold baseline submissions for jax are:
- `reference_algorithms/threshold_baselines/external_tuning/jax_nadamw_target_setting.py`
- `feference_algorithms/threshold_baselines/external_tuning/jax_nadamw_full_budget.py`

Expand All @@ -24,7 +24,7 @@ python3 submission_runner.py \

### PyTorch

The threshold submissions for PyTorch are
The threshold baseline submissionss for PyTorch are:
- `reference_algorithms/threshold_baselines/external_tuning/pytorch_nadamw_target_setting.py`
- `feference_algorithms/threshold_baselines/external_tuning/pytorch_nadamw_full_budget.py`

Expand All @@ -46,7 +46,7 @@ torchrun --redirects 1:0,2:0,3:0,4:0,5:0,6:0,7:0 --standalone --nnodes=1 --nproc

### JAX

The threshold submissions for jax are
The threshold baseline submissionss for jax are:
- `reference_algorithms/threshold_baselines/external_tuning/jax_nadamw_target_setting.py`
- `feference_algorithms/threshold_baselines/external_tuning/jax_nadamw_full_budget.py`

Expand All @@ -64,7 +64,7 @@ python3 submission_runner.py \

### PyTorch

The threshold submissions for PyTorch are
The threshold baseline submissionss for PyTorch are:
- `reference_algorithms/threshold_baselines/external_tuning/pytorch_nadamw_target_setting.py`
- `feference_algorithms/threshold_baselines/external_tuning/pytorch_nadamw_full_budget.py`

Expand Down

0 comments on commit 811b7c4

Please sign in to comment.