Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbouteiller committed Oct 24, 2021
1 parent f9f7dbb commit add5e74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Your training curves can be visualized in the Portiloop [wandb project](https://
pip install -e .
```
- download the datasets and the experiments zip files
- unzip the datasets file and paste its content under `Portiloop>Software>dataset`
- unzip the experiments file and paste its content under `Portiloop>Software>experiments`
- unzip the `datasets.zip` file and paste its content under `Portiloop>Software>dataset`
- unzip the `experiments.zip` file and paste its content under `Portiloop>Software>experiments`

### Inference / Portiloop simulation:
The `simulate_Portiloop_1_input_classification.ipynb` notebook enables stimulating the Portiloop system with and perform inference.
The `simulate_Portiloop_1_input_classification.ipynb` [notebook](https://github.com/nicolasvalenchon/Portiloop/blob/main/notebooks/simulate_Portiloop_1_input_classification.ipynb) enables stimulating the Portiloop system with and perform inference.
This notebook can be executed with `jupyter notebook`.

### Training:
Expand Down

0 comments on commit add5e74

Please sign in to comment.