-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b2ecec3
commit f9f7dbb
Showing
4 changed files
with
3,572 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,25 @@ | ||
The Portiloop | ||
# The Portiloop | ||
|
||
![Prototype](https://github.com/nicolasvalenchon/Portiloop/blob/main/images/photo_portiloop.jpg) | ||
|
||
Your training curves can be visualized in the Portiloop [wandb project](https://wandb.ai/portiloop). | ||
Your training curves can be visualized in the Portiloop [wandb project](https://wandb.ai/portiloop). | ||
|
||
## Quick start guide | ||
|
||
- clone the repo | ||
- cd to the root of the repo where `setup.py` is | ||
- pip install with the -e option: | ||
```terminal | ||
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` | ||
|
||
### Inference / Portiloop simulation: | ||
The `simulate_Portiloop_1_input_classification.ipynb` notebook enables stimulating the Portiloop system with and perform inference. | ||
This notebook can be executed with `jupyter notebook`. | ||
|
||
### Training: | ||
We provide the bash scripts examples for `slurm` to train the model on HPC systems. | ||
Adapt these scripts to your configuration. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Ignore everything in this directory | ||
* | ||
# Except this file | ||
!.gitignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.