Giter Club home page Giter Club logo

dlt's Introduction

Deep Learning Toolbox

The main purpose of this package is to easily create/run/replicate 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

[email protected]

dlt's People

Contributors

dmarnerides avatar

Watchers

wyz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.