... | ... | @@ -55,7 +55,7 @@ We can now install all the necessary modules in our python environment. |
|
|
|
|
|
Example: on Linux for cpu :
|
|
|
|
|
|
```
|
|
|
```plaintext
|
|
|
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
|
|
|
```
|
|
|
|
... | ... | @@ -70,8 +70,6 @@ pip3 install torch torchvision torchaudio --index-url https://download.pytorch.o |
|
|
|
|
|
It will take a little while, but should go very well :-)
|
|
|
|
|
|
**Note :** If you have a **GPU** and want to use it, you need to adapt the `--index-url` options in accordance with the PyTorch documentation: https://pytorch.org/get-started/locally/
|
|
|
|
|
|
## 4 - Install notebooks et datasets
|
|
|
|
|
|
Now all that remains is to install the notebooks and datasets :-)\
|
... | ... | |