dcgan.torch
Image generator
A PyTorch implementation of a deep generative model that can be used to generate images from a dataset.
A torch implementation of http://arxiv.org/abs/1511.06434
1k stars
54 watching
414 forks
Language: Lua
last commit: over 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
soumith/inception.torch | A Torch implementation of a pre-trained neural network architecture used in image recognition tasks | 66 |
torch/cutorch | Provides a CUDA backend for the PyTorch deep learning framework | 336 |
soumith/imagenet-multigpu.torch | A toolkit for training neural networks on the ImageNet dataset using multiple GPUs. | 402 |
ypxie/hdgan | A PyTorch implementation of an adversarial network for generating high-definition images from text descriptions. | 150 |
akanimax/pro_gan_pytorch | Implementation of a deep learning model for generating high-quality images with improved stability and variation. | 536 |
duc0/deep-dream-in-pytorch | An implementation of the DeepDream algorithm in PyTorch to generate visually striking images from input images. | 102 |
erogol/seg-torch | Custom image segmentation implementation using deep learning with Lua and Torch | 37 |
nashory/gans-collection.torch | A collection of Torch implementations for training various types of Generative Adversarial Networks (GANs) | 55 |
soumith/torch-android | A tool to enable Android device deployment and execution of machine learning models using the Torch library. | 275 |
vermeille/torchelie | A collection of utility functions and tools for building deep learning models with PyTorch | 111 |
fedor-chervinskii/segnet-torch | An implementation of Segmentation Network architecture with deconvolutional network in PyTorch for image segmentation tasks. | 6 |
ahmedfgad/torchga | Trains PyTorch models using the Genetic Algorithm | 95 |
soumith/zbs-torch | A lightweight Lua-based IDE with code completion, debugging, and live coding features. | 67 |
junyanz/bicyclegan | A PyTorch implementation of an image-to-image translation model that generates new images from paired training data. | 1,486 |
carpedm20/began-pytorch | An implementation of a deep learning model for generating images from text descriptions | 262 |