Skip to content
forked from mgharbi/ttools

A set of tools and helpers to train deepnets in PyTorch.

License

Notifications You must be signed in to change notification settings

IlyaBizyaev/ttools

 
 

Repository files navigation

Readme

A library of helpers for PyTorch.

Michaël Gharbi <[email protected]>

Installation

From pip: pip install torch-tools

From source: python setup.py install

Quickstart

To quickly get up and running, use our repo initialization script. In your command line, simple run:

ttools.new

This will prompt you to give a name to your new project, and create the necessary files and folders for you.

Documentation

The documentation webpage can be found here https://torch-tools.readthedocs.io/en/latest/

Demo

For a simple demo, look at the MNIST example in examples/train_mnist.py:

python examples/train_mnist.py data out

Contributors

Dima Smirnov implemented the tensorboard hooks and callbacks.

About

A set of tools and helpers to train deepnets in PyTorch.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.4%
  • Makefile 0.6%