Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mberr authored Dec 29, 2020
1 parent a8642dc commit 0d4762b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ https://arxiv.org/abs/2001.08943

# Installation

Setup and activate virtual environment:
Setup and activate a virtual environment:

```shell script
python3.8 -m venv ./venv
Expand Down Expand Up @@ -84,4 +84,4 @@ To reproduce the tables and numbers of the paper use
PYTHONPATH=./src python3 executables/collate_results.py --tracking_uri=${TRACKING_URI}
```

To avoid re-downloading data from a remote MLFLow instance, the metrics and parameters get buffered. To enforce a re-download, e.g., since you conducted additional runs, use `--force`.
To avoid re-downloading data from a remote MLFLow instance, the metrics and parameters get buffered. To enforce a re-download, e.g., since you conducted additional runs, use `--force`.

0 comments on commit 0d4762b

Please sign in to comment.