Dear students,
As a reminder, to install PyTorch you can use the following command in a terminal (exercise session 9):
```
conda install -y pytorch torchvision -c pytorch
```
Unless you are on MacOS with an ARM (Apple M1) cpu architecture, in which case you should use the two following commands instead:
```
pip install torch torchvision
conda install -c conda-forge nomkl
```
(Note: you can verify your architecture by clicking the Apple on the top-left --> "About This Mac". If you see "Apple M1" for the processor it means you have ARM.)
Please, make sure you install and test PyTorch in advance of the graded exercise, and let us know if you encounter any problem.
Best,
Nicolas
As a reminder, to install PyTorch you can use the following command in a terminal (exercise session 9):
```
conda install -y pytorch torchvision -c pytorch
```
Unless you are on MacOS with an ARM (Apple M1) cpu architecture, in which case you should use the two following commands instead:
```
pip install torch torchvision
conda install -c conda-forge nomkl
```
(Note: you can verify your architecture by clicking the Apple on the top-left --> "About This Mac". If you see "Apple M1" for the processor it means you have ARM.)
Please, make sure you install and test PyTorch in advance of the graded exercise, and let us know if you encounter any problem.
Best,
Nicolas