... | ... | @@ -49,7 +49,8 @@ $ source ./fidle-env/bin/activate |
|
|
We can now install all the necessary modules in our python environment :
|
|
|
|
|
|
```plaintext
|
|
|
(fidle-env) $ pip install --upgrade tensorflow==2.12 torch torchvision lightning \ Scikit-image Scikit-learn Matplotlib plotly barviz imageio \ numpy==1.23.3 Pandas Pandoc pyyaml Jupyterlab fidle
|
|
|
(fidle-env) $ pip install --upgrade tensorflow==2.12 torch torchvision lightning \
|
|
|
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 :-)
|
... | ... | |