Software Lab
Laboratory work
-
MIT Deep Learning Lab 1: How I Set Up the Environment and Why It Turned Out to Be More Complicated Than One Command
I started working through the first lab of MIT’s Deep Learning course. Before I even got to the neural networks themselves, I ended up with a small lab of my own: setting up the environment. The lab itself starts quite simply. You need to import PyTorch and several additional libraries: import torch import torch.nn as […]