... | @@ -49,8 +49,7 @@ $ source ./fidle-env/bin/activate |
... | @@ -49,8 +49,7 @@ $ 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 \ Scikit-image Scikit-learn Matplotlib plotly barviz \
|
|
(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
|
|
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 :-)
|
... | | ... | |