Skip to content

Commit

Permalink
Update path for run_experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
gkielian committed Dec 20, 2024
1 parent 94d86c5 commit 248e4cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cpu-test-run-exp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
run: |
source venv/bin/activate
python3 data/shakespeare_char/prepare.py
python3 run_experiments.py --config explorations/config_cpu.json
python3 optimization_and_search/run_experiments.py --config explorations/config_cpu.json
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ checkpoints created from training using `validation loss` as a figure of merit.
To run the experiment create or modify an existing json file in the `explorations` folder:

```bash
python3 run_experiments.py -c explorations/config.json
python3 optimization_and_search/run_experiments.py -c explorations/config.json
```

This will create logs in the following directories:
Expand Down

0 comments on commit 248e4cb

Please sign in to comment.