Skip to content

Commit

Permalink
Merge pull request #25 from saforem2/master
Browse files Browse the repository at this point in the history
Updates README.md
  • Loading branch information
saforem2 authored Oct 10, 2022
2 parents a2bbe91 + ba9cdd4 commit c45d357
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hyperparameterManagement/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ We use [Hydra](https://hydra.cc) for configuration management.
```shell
$ python3 -m venv venv
$ source venv/bin/activate
$ python3 -m pip install --upgrade pip
$ python3 -m pip install -e .
$ python3 -c "import hplib; print(hplib.__file__)"
```
3. Run experiments:
Expand Down Expand Up @@ -60,8 +62,6 @@ defaults:
- data: default.yaml
- trainer: default.yaml
- wandb: default.yaml
- optional local: default.yaml
- debug: null
# Nicely formatted / colored logs
- override hydra/hydra_logging: colorlog
- override hydra/job_logging: colorlog
Expand Down

0 comments on commit c45d357

Please sign in to comment.