Skip to content

This repository contains an explanation of the basic structure of code required to build, train and test deep learning models in pytorch.

Notifications You must be signed in to change notification settings

saurabhdash/deeplearning-essentials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deep Learning with Pytorch Essentials

This repository describes how to build, train and test deep learning networks in pytorch. New models can be added to the models directory and loaded in main.py.

Installation

Create a virtual environment using venv

python3 -m venv env

Source the virtual environment

source env/bin/activate

Use the package manager pip to install requirements.

pip install -r requirements.txt

Usage

python main.py  --mode=[Train/Test] --resume=[True/False]

There are more flags that can be found in the main function.

License

MIT

About

This repository contains an explanation of the basic structure of code required to build, train and test deep learning models in pytorch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages