Running PyTorch locally in Visual Studio Code #139
-
By any chance, have you tried running PyTorch in vscode? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @timothydutki, You can setup PyTorch locally on Mac following the resources here: https://youtu.be/Zx2MHdRgAIc (I made the video) Also the code version: https://github.com/mrdbourke/pytorch-apple-silicon Once you've got an environment setup, you can activate it whilst in VSCode and go through the course materials there. |
Beta Was this translation helpful? Give feedback.
Hey @timothydutki,
You can setup PyTorch locally on Mac following the resources here: https://youtu.be/Zx2MHdRgAIc (I made the video)
Also the code version: https://github.com/mrdbourke/pytorch-apple-silicon
Once you've got an environment setup, you can activate it whilst in VSCode and go through the course materials there.