| ... | @@ -72,28 +72,10 @@ A complete description of the different datasets is available in Notebooks. |
... | @@ -72,28 +72,10 @@ A complete description of the different datasets is available in Notebooks. |
|
|
|
|
|
|
|
## 3 - Setup Python Environment
|
|
## 3 - Setup Python Environment
|
|
|
|
|
|
|
|
Fidle notebooks require a specific, but classical Python environment,\
|
|
### Linux users
|
|
|
which will be managed with Conda.
|
|
If you are under **Linux**, try the **[Conda install, explained here](Using Fidle/Linux install)**
|
|
|
|
|
|
|
|
If the **conda** command is **not found**, the easiest way is to install **[Miniconda ](https://docs.conda.io/en/latest/miniconda.html)** (or [Anaconda](https://docs.anaconda.com/anaconda/install/))\
|
|
### Windows users
|
|
|
Note : Choose a python version >=3.8
|
|
|
|
|
|
|
|
|
|
### I just have a CPU :
|
|
|
|
|
|
|
|
|
|
From your Fidle repository :
|
|
|
|
|
|
|
|
|
|
```plaintext
|
|
|
|
|
conda env create -f ./environments/fidle-cpu.yml
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### I have a nice GPU :
|
|
|
|
|
|
|
|
|
|
If you have a NVIDIA card, compliant with cuda 10.x driver.\
|
|
|
|
|
From your Fidle repository :
|
|
|
|
|
|
|
|
|
|
```plaintext
|
|
|
|
|
conda env create -f ./environments/fidle-gpu.yml
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
**NOTE:** If you are lucky enough to have an account at **IDRIS** or at your favorite **meso center**, \
|
|
**NOTE:** If you are lucky enough to have an account at **IDRIS** or at your favorite **meso center**, \
|
|
|
pre-installed environments are already available !
|
|
pre-installed environments are already available !
|
| ... | |
... | |
| ... | | ... | |