All Projects → dmarnerides → Dlt

dmarnerides / Dlt

Licence: bsd-2-clause
Deep Learning Toolbox for Torch

Programming Languages

lua
6591 projects

Projects that are alternatives of or similar to Dlt

Pytorch Learners Tutorial
PyTorch tutorial for learners
Stars: ✭ 97 (+385%)
Mutual labels:  deep-neural-networks, torch
Deep Dream In Pytorch
Pytorch implementation of the DeepDream computer vision algorithm
Stars: ✭ 90 (+350%)
Mutual labels:  deep-neural-networks, torch
Ml Kws For Mcu
Keyword spotting on Arm Cortex-M Microcontrollers
Stars: ✭ 823 (+4015%)
Mutual labels:  deep-neural-networks
Onnx Tensorflow
Tensorflow Backend for ONNX
Stars: ✭ 846 (+4130%)
Mutual labels:  deep-neural-networks
Deepfake Detection
DeepFake Detection: Detect the video is fake or not using InceptionResNetV2.
Stars: ✭ 23 (+15%)
Mutual labels:  deep-neural-networks
Face Recognition
Face Recognition Using Keras/tensorflow coupled with Node.js Server
Stars: ✭ 16 (-20%)
Mutual labels:  deep-neural-networks
Zoneout Tensorflow
An implementation of zoneout regularizer on LSTM-RNN by Tensorflow
Stars: ✭ 23 (+15%)
Mutual labels:  deep-neural-networks
Variational Autoencoder
Variational autoencoder implemented in tensorflow and pytorch (including inverse autoregressive flow)
Stars: ✭ 807 (+3935%)
Mutual labels:  deep-neural-networks
Uncertainty Toolbox
A python toolbox for predictive uncertainty quantification, calibration, metrics, and visualization
Stars: ✭ 880 (+4300%)
Mutual labels:  toolbox
Csc deeplearning
3-day dive into deep learning at csc
Stars: ✭ 22 (+10%)
Mutual labels:  deep-neural-networks
Nideep
collection of utilities to use with deep learning libraries (e.g. caffe)
Stars: ✭ 25 (+25%)
Mutual labels:  deep-neural-networks
Medicaldetectiontoolkit
The Medical Detection Toolkit contains 2D + 3D implementations of prevalent object detectors such as Mask R-CNN, Retina Net, Retina U-Net, as well as a training and inference framework focused on dealing with medical images.
Stars: ✭ 917 (+4485%)
Mutual labels:  deep-neural-networks
Image classification cifar 10
Image Classification on CIFAR-10 Dataset using Multi Layer Perceptrons in Python from Scratch.
Stars: ✭ 18 (-10%)
Mutual labels:  deep-neural-networks
Tf Keras Surgeon
Pruning and other network surgery for trained TF.Keras models.
Stars: ✭ 25 (+25%)
Mutual labels:  deep-neural-networks
Advertorch
A Toolbox for Adversarial Robustness Research
Stars: ✭ 826 (+4030%)
Mutual labels:  toolbox
Kalasalingam
IEEE "Invited Talk on Deep Learning" 03/02/2018
Stars: ✭ 13 (-35%)
Mutual labels:  deep-neural-networks
Kur
Descriptive Deep Learning
Stars: ✭ 811 (+3955%)
Mutual labels:  deep-neural-networks
All Classifiers 2019
A collection of computer vision projects for Acute Lymphoblastic Leukemia classification/early detection.
Stars: ✭ 22 (+10%)
Mutual labels:  deep-neural-networks
Concise Ipython Notebooks For Deep Learning
Ipython Notebooks for solving problems like classification, segmentation, generation using latest Deep learning algorithms on different publicly available text and image data-sets.
Stars: ✭ 23 (+15%)
Mutual labels:  deep-neural-networks
Tabnet
PyTorch implementation of TabNet paper : https://arxiv.org/pdf/1908.07442.pdf
Stars: ✭ 882 (+4310%)
Mutual labels:  deep-neural-networks

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

[email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].