Skip to content

anujdutt9/PyTorch-DeepLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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