This repository contains a set of notebooks for beginners in PyTorch.
For specific requirements refer to requirements.txt
file.
You can use Binder. It does not require any installation, just click the button below:
Make sure you have conda installed.
Linux or Mac
conda env create -f environment.yml
conda activate intro_to_pytorch
python -m ipykernel install --user --name=intro_to_pytorch
jupyter notebook
Windows
conda env create -f environment.yml
conda activate intro_to_pytorch
conda install pywin32
python -m ipykernel install --user --name=intro_to_pytorch
jupyter notebook
During development of these notebooks, following sources have been used as a source of inspiration: