Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix pytorch command
  • Loading branch information
priyakasimbeg authored Nov 21, 2024
1 parent 787f7fb commit f4c17f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ python3 submission_runner.py \
--workload=mnist \
--experiment_dir=$HOME/experiments \
--experiment_name=my_first_experiment \
--submission_path=reference_algorithms/paper_baselines/adamw/jax/submission.py \
--submission_path=reference_algorithms/paper_baselines/adamw/pytorch/submission.py \
--tuning_search_space=reference_algorithms/paper_baselines/adamw/tuning_search_space.json
```

Expand Down

0 comments on commit f4c17f0

Please sign in to comment.