dmarnerides / dlt

Deep Learning Toolbox for Torch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep Learning Toolbox

Easily create and run deep learning experiments using Torch with minimal code.

Initially inspired by ImageNet multi-GPU.

Similar frameworks:

Supports

  • Multi-GPU implementation with automatic saving/loading of models.
  • Data iterator and loaders with multi-threading support.
  • Multiple types of training (simple, GAN, WGAN, BEGAN), with automatic checkpointing and logging of training loss.
  • Easy experiment creation and dispatching. Experiments are transferable accross machines (e.g. can start training on a GPU machine and finish on a non-GPU machine).
  • Slurm scheduler support for usage on HPC facilities.
  • Settings parsing, optimizer, logging, colorspaces (XYZ, IPT, LMS, Lαβ). More info here.
  • Data loader interfaces for MNIST, CIFAR, CelebA, Places, pix2pix.
  • Implementations of some (standard) models, including LeNet5, VGG, AlexNet, Squeezenet, Colornet, UNET.

Installation

Make sure you have Torch installed.

To install use:

git clone https://github.com/dmarnerides/dlt.git
cd dlt
./install.sh

Warning / Disclaimer

I created this toolbox for my PhD, mostly to learn Lua, understand Torch in depth, and have a consistent workflow accross multiple machines and HPC facilities.

Only tested on Ubuntu and CentOS.

If you use this package you will probably encounter bugs. If so please let me know!

Use at your own risk.

If you use this code please cite the repo.

Contact

dmarnerides@gmail.com

About

Deep Learning Toolbox for Torch

License:BSD 2-Clause "Simplified" License


Languages

Language:Lua 99.8%Language:CMake 0.2%Language:Shell 0.0%