... | @@ -12,13 +12,7 @@ To stay informed, [subscribe to the list](https://fidle.cnrs.fr/listeinfo) |
... | @@ -12,13 +12,7 @@ To stay informed, [subscribe to the list](https://fidle.cnrs.fr/listeinfo) |
|
|
|
|
|
----
|
|
----
|
|
|
|
|
|
**- Important -**
|
|
**- Prerequisites -**
|
|
|
|
|
|
* The procedure below is **validated under Linux**, (Debian)
|
|
|
|
* Should works under **Windows** (W10)
|
|
|
|
* Under **MacOS**, try the [manual procedure](#annexe-1-manual-installation)
|
|
|
|
|
|
|
|
**- Prerequis -**
|
|
|
|
|
|
|
|
* All notebooks can run on CPU or GPU
|
|
* All notebooks can run on CPU or GPU
|
|
* The software environment (conda) requires about 10G
|
|
* The software environment (conda) requires about 10G
|
... | @@ -26,7 +20,7 @@ To stay informed, [subscribe to the list](https://fidle.cnrs.fr/listeinfo) |
... | @@ -26,7 +20,7 @@ To stay informed, [subscribe to the list](https://fidle.cnrs.fr/listeinfo) |
|
* Consolidated datasets may require up to 150G depending on the tests you perform... \
|
|
* Consolidated datasets may require up to 150G depending on the tests you perform... \
|
|
Anyway, 15GB will probably be a minimum...
|
|
Anyway, 15GB will probably be a minimum...
|
|
|
|
|
|
The **installation** consists of **3 steps**:
|
|
**- Contents -**
|
|
|
|
|
|
[[_TOC_]]
|
|
[[_TOC_]]
|
|
|
|
|
... | @@ -74,20 +68,21 @@ A complete description of the different datasets is available in Notebooks. |
... | @@ -74,20 +68,21 @@ A complete description of the different datasets is available in Notebooks. |
|
## 3 - Setup Python Environment
|
|
## 3 - Setup Python Environment
|
|
|
|
|
|
### Linux users
|
|
### Linux users
|
|
If you are under **Linux**, try the **[Conda install, explained here](Using Fidle/Linux install)**
|
|
**[Try this Conda install procedure](Using Fidle/Linux install)**
|
|
|
|
|
|
### Windows users
|
|
### Windows users
|
|
|
|
|
|
### Manual or MacOS installation
|
|
**[Try this Windows procedure, using pip](/Using Fidle/Windows installation)**
|
|
|
|
|
|
Si vous avez des difficultés si vous êtes sous MacOS...
|
|
### Manual or MacOS installation
|
|
Essayez **[cette procédure d'installation manuelle](/Using Fidle/Manual installation)**
|
|
|
|
|
|
|
|
|
|
If you have difficulties or if you are under MacOS...
|
|
|
|
**[Try this this manual installation procedure](/Using Fidle/Manual installation)**
|
|
|
|
|
|
**NOTE:** If you are lucky enough to have an account at **IDRIS** or at your favorite **meso center**, \
|
|
|
|
pre-installed environments are already available !
|
|
|
|
|
|
|
|
**NOTE:** To avoid infos and warning messages from tensorflow, you can set an additional environment variable `TF_CPP_MIN_LOG_LEVEL` whose possible values are 0, 1, 2 or 3.\
|
|
**NOTE:**
|
|
|
|
- If you are lucky enough to have an account at **IDRIS** or at your favorite **meso center**, pre-installed environments are already available !
|
|
|
|
- To avoid infos and warning messages from tensorflow, you can set an additional environment variable `TF_CPP_MIN_LOG_LEVEL` whose possible values are 0, 1, 2 or 3.\
|
|
(0: all msg, 1:hide infos, 2:hide infos+warnings, 3:hide info, warnings and errors)
|
|
(0: all msg, 1:hide infos, 2:hide infos+warnings, 3:hide info, warnings and errors)
|
|
|
|
|
|
|
|
|
... | | ... | |