... | @@ -49,10 +49,8 @@ $ source ./fidle-env/bin/activate |
... | @@ -49,10 +49,8 @@ $ 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.12 torch torchvision lightning \
|
|
(fidle-env) $ pip install --upgrade tensorflow==2.12 torch torchvision lightning Scikit-image imageio pillow==10.0.0 Scikit-learn Matplotlib plotly barviz numpy==1.23.3 Pandas Pandoc pyyaml Jupyterlab fidle
|
|
Scikit-image Scikit-learn Matplotlib plotly barviz imageio \
|
|
|
|
|
|
|
|
numpy==1.23.3 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 :-)
|
... | | ... | |