... | @@ -45,9 +45,9 @@ $ source ./fidle-env/bin/activate |
... | @@ -45,9 +45,9 @@ $ source ./fidle-env/bin/activate |
|
We can now install all the necessary modules in our python environment :
|
|
We can now install all the necessary modules in our python environment :
|
|
|
|
|
|
```plaintext
|
|
```plaintext
|
|
$ pip install --upgrade tensorflow==2.9 Scikit-image Scikit-learn \
|
|
$ pip install --upgrade tensorflow==2.9 torch torchvision \
|
|
Matplotlib plotly barviz Pandas Pandoc pyyaml \
|
|
Scikit-image Scikit-learn Matplotlib plotly barviz \
|
|
Jupyterlab fidle
|
|
Pandas Pandoc pyyaml Jupyterlab fidle
|
|
```
|
|
```
|
|
|
|
|
|
It will take a little while, but should go very well :-)
|
|
It will take a little while, but should go very well :-)
|
... | @@ -102,19 +102,19 @@ Notebooks dir found : |
... | @@ -102,19 +102,19 @@ Notebooks dir found : |
|
/home/dupont/fidle-tp/fidle (Notebooks Fidle / 2.1b6)
|
|
/home/dupont/fidle-tp/fidle (Notebooks Fidle / 2.1b6)
|
|
|
|
|
|
Check environment :
|
|
Check environment :
|
|
|
|
Python : Ok (3.9.2)
|
|
Fidle module : Ok (2.0b38)
|
|
Fidle module : Ok (2.0b47)
|
|
tensorflow : Ok (2.9.0)
|
|
tensorflow : Ok (2.9.0)
|
|
tensorflow.keras : Ok (2.9.0)
|
|
tensorflow.keras : Ok (2.9.0)
|
|
numpy : Ok (1.23.3)
|
|
numpy : Ok (1.23.4)
|
|
sklearn : Ok (1.1.2)
|
|
sklearn : Ok (1.1.2)
|
|
skimage : Ok (0.19.3)
|
|
skimage : Ok (0.19.3)
|
|
matplotlib : Ok (3.6.0)
|
|
matplotlib : Ok (3.6.1)
|
|
plotly : Ok (5.10.0)
|
|
plotly : Ok (5.10.0)
|
|
pandas : Ok (1.5.0)
|
|
pandas : Ok (1.5.0)
|
|
jupyterlab : Ok (3.4.8)
|
|
jupyterlab : Ok (3.4.8)
|
|
pytorch : Not found
|
|
torch : Ok (1.12.1+cu102)
|
|
torchvision : Not found
|
|
torchvision : Ok (0.13.1+cu102)
|
|
```
|
|
```
|
|
|
|
|
|
## 6 - Start Jupyter lab
|
|
## 6 - Start Jupyter lab
|
... | | ... | |