From 908e015c500e4cbbd370b290116f7e7cbf6571ce Mon Sep 17 00:00:00 2001 From: Dominik Hohmann Date: Sun, 5 Sep 2021 14:32:02 +0200 Subject: [PATCH] Issue #141: Fix heading in SETUP.md --- SETUP.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SETUP.md b/SETUP.md index d15d271..754dfca 100644 --- a/SETUP.md +++ b/SETUP.md @@ -4,14 +4,14 @@ The Jupyter notebooks are pushed as `.py` files in the _python percentage script_ format (we like meaningful diffs). To get the actual notebook experience open them via jupyter with the [jupytext](https://github.com/mwouts/jupytext) plugin (gets installed as part of `make setup`). -## Modeling scripts -The modeling scripts are found in `./modeling` - ## PyTorch PyTorch requires custom installation routines depending on your local setup. Hence it is not part of the `make setup` and the requirements.txt file and needs to be installed manually afterwards. Select your preferences and run the install command provided by the click-guide on https://pytorch.org/ . +## Modeling scripts +The modeling scripts are found in `./modeling` + ### MLflow We use MLflow to track our model trainings. Therefore, it needs to be set up prior to running scripts in `./modeling`: