Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 923 Bytes

File metadata and controls

20 lines (12 loc) · 923 Bytes

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