... | @@ -49,9 +49,9 @@ $ source ./fidle-env/bin/activate |
... | @@ -49,9 +49,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
|
|
(fidle-env) $ pip install --upgrade tensorflow==2.9 torch torchvision \
|
|
(fidle-env) $ pip install --upgrade tensorflow==2.12 torch torchvision lightning \
|
|
Scikit-image Scikit-learn Matplotlib plotly barviz \
|
|
Scikit-image Scikit-learn Matplotlib plotly barviz \
|
|
Pandas Pandoc pyyaml Jupyterlab fidle
|
|
Numpy 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 :-)
|
... | @@ -90,7 +90,7 @@ You should have something like : |
... | @@ -90,7 +90,7 @@ You should have something like : |
|
|
|
|
|
```
|
|
```
|
|
==========================================================
|
|
==========================================================
|
|
fid - Your favorite Fidle admin command :-) (v2.0b38)
|
|
fid - Your favorite Fidle admin command :-) (v2.0b56)
|
|
==========================================================
|
|
==========================================================
|
|
|
|
|
|
Notebooks and datasets can only be found if they are in/near the explored folder.
|
|
Notebooks and datasets can only be found if they are in/near the explored folder.
|
... | @@ -106,7 +106,7 @@ Notebooks dir found : |
... | @@ -106,7 +106,7 @@ 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)
|
|
Python : Ok (3.8.10)
|
|
Fidle module : Ok (2.0b47)
|
|
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)
|
... | | ... | |