/PyTorch-DeepLearning

Deep Learning Tutorials using PyTorch.

Primary LanguageJupyter Notebook

PyTorch-DeepLearning

This repository contains the code for Deep Learning Tutorials using PyTorch.

Requirements

1. Python 3+

2. PyTorch 1.5

pip3 install torch torchvision

or

conda install pytorch -c pytorch
pip3 install torchvision

Linux/Mac OS/GPU supported Installation:

http://pytorch.org/

3. Anaconda [Latest Version] (optional)

4. Numpy [+ mkl for Windows]

pip3 install numpy