... | ... | @@ -50,7 +50,9 @@ 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
|
|
|
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 :-)
|
... | ... | |