Skip to content

joseph-nagel/torchutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTorch utilities

This repository contains utilities realizing Keras-like convenience for PyTorch. More particularly, a high-level training routine for classifiers is implemented. It can be used in conjunction with all appropriate loss functions and optimizers. Common tasks related to data preprocessing and pretrained models are also facilitated. Simple examples demonstrate the training of neural networks on MNIST and CIFAR10.

Installation

pip install -e .

Releases

No releases published

Packages

No packages published