Skip to content

shyamssh/pytorch_deep_learning_notebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repository provides notebooks for students who starts learning deep learning using PyTorch

Table of Contents

1. Basics

Setup

  • Install Virtualenv if you do not have already

    virtualenv -p python3 venv

  • Activate virtualenv

    source venv/bin/activate

  • Install the requirements

    pip install -r requirements.txt

  • Start jupyter notebook with command

    jupyter notebook

Dependencies

Releases

No releases published

Packages

No packages published