Ross ROSS = Recommend OSS · open-source software intelligence for agents

soumith/dcgan.torch

A torch implementation of http://arxiv.org/abs/1511.06434 observed · 2026-08-28

github.com/soumith/dcgan.torch · Lua · NOASSERTION (other) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases no_license

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3927
  • days_rel: n/a
  • days_push: 1858
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1488 stars · 410 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Torch (Lua) implementation of the DCGAN paper for training deep convolutional generative adversarial networks that generate images. It supports training on datasets like Celeb-A, LSUN, and ImageNet, plus generating samples and latent-space vector arithmetic with pre-trained models.

Use cases

  • train a GAN to generate faces from the Celeb-A dataset
  • generate images of bedrooms or churches with DCGAN on LSUN
  • generate large artsy images from a pre-trained generator
  • interpolate between samples by walking the latent space
  • do vector arithmetic on images in latent space
  • train an image generator on my own image dataset

When to choose

  • you specifically need the classic DCGAN architecture in Torch7
  • you want to reproduce the DCGAN paper experiments
  • you have legacy Torch7 infrastructure and an NVIDIA GPU

When to avoid

  • you want a maintained framework - Torch7 is deprecated
  • you prefer PyTorch or TensorFlow implementations of GANs
  • you only have a CPU and need fast training

Facets

library · maturity abandoned

deep-learning machine-learning image-processing gpu-computing deep-learning machine-learning image-processing artificial-intelligence lua dcgan gan torch7 image-generation generative-models celeba lsun linux macos gpu

1 source

Member repositories

RepositoryRoleHealth v2
soumith/dcgan.torchmain32

For agents

markdown · JSON · MCP: product_card(name="soumith/dcgan.torch")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem