Skip to content

jlloyd237/torchrunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Torchrunner

A PyTorch wrapper for training deep learning models .

This library provides similar deep neural network training functionality to that found in libraries such as fast.ai and PyTorch Lightning, but is not nearly so ambitious in its scope. The intent was to borrow some of the useful patterns found in these other libraries (e.g., training loop customization using callbacks) and create a simpler framework that is easier to customize and modify for my own research projects.

Installation

To install the package on Windows or Linux, clone the repository and run the setup script from the repository root directory:

pip install -e .

Meta

John Lloyd – jlloyd237@gmail.com

Distributed under the GPL v3 license. See LICENSE for more information.

https://github.com/jloyd237/torchrunner

About

A PyTorch wrapper for training deep learning models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages