awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
mit-han-lab avatar

mit-han-lab/data-efficient-gans

0
View on GitHub↗
1,310 stars·174 forks·Python·BSD-2-Clause·9 viewsarxiv.org/abs/2006.10738↗

Data Efficient Gans

Generated using only 100 images of Obama, grumpy cats, pandas, the Bridge of Sighs, the Medici Fountain, the Temple of Heaven, without pre-training.

Features

  • Generative Model Implementations - Framework for training generative models with limited data using augmentation.

Star history

Star history chart for mit-han-lab/data-efficient-gansStar history chart for mit-han-lab/data-efficient-gans

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Data Efficient Gans

These projects share indexed features with Data Efficient Gans. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • eriklindernoren/keras-ganeriklindernoren avatar

    eriklindernoren/Keras-GAN

    9,206View on GitHub↗

    Keras-GAN is a collection of generative adversarial network implementations built with Keras for synthetic data generation and image manipulation. It provides frameworks for image-to-image translation, image inpainting, and neural image super-resolution. The library includes tools for learning disentangled latent space representations to control specific attributes of synthetic outputs. It also features capabilities for image domain translation using paired or unpaired data and the ability to fill corrupted or missing image parts by analyzing surrounding visual context. The project covers ge

    Python
    View on GitHub↗9,206
  • eriklindernoren/pytorch-ganeriklindernoren avatar

    eriklindernoren/PyTorch-GAN

    17,472View on GitHub↗

    PyTorch-GAN is a research-oriented framework providing a collection of modular implementations for generative adversarial network architectures. It serves as a toolkit for training and evaluating models that utilize adversarial minimax optimization to produce synthetic data, offering a structured environment for exploring complex generative tasks within the PyTorch ecosystem. The library distinguishes itself through a comprehensive suite of image synthesis and manipulation capabilities, including super-resolution, inpainting, and cross-domain style translation. It supports advanced training m

    Python
    View on GitHub↗17,472
  • hwalsuklee/tensorflow-generative-model-collectionshwalsuklee avatar

    hwalsuklee/tensorflow-generative-model-collections

    3,922View on GitHub↗

    This is a library of generative model architectures built using the TensorFlow framework. It provides implementations for producing synthetic data and realistic images, specifically focusing on Variational Autoencoders and various Generative Adversarial Network variants. The collection includes specific GAN architectures such as WGAN-GP, LSGAN, InfoGAN, and EBGAN. It also features Variational Autoencoders designed to learn latent representations and synthesize new samples from learned distributions. The project covers image processing pipelines for normalizing and cropping data, as well as a

    Python
    View on GitHub↗3,922
  • aboev/arae-tfaboev avatar

    aboev/arae-tf

    20View on GitHub↗

    ARAE-Tensorflow for Discrete Sequences (Adversarially Regularized Autoencoder)

    Python
    View on GitHub↗20
Compare all 11 related projects→

Frequently asked questions

What does mit-han-lab/data-efficient-gans do?

Generated using only 100 images of Obama, grumpy cats, pandas, the Bridge of Sighs, the Medici Fountain, the Temple of Heaven, without pre-training.

What are the main features of mit-han-lab/data-efficient-gans?

The main features of mit-han-lab/data-efficient-gans are: Generative Model Implementations.

Which projects share features with mit-han-lab/data-efficient-gans?

Projects with overlapping indexed features include: aboev/arae-tf — ARAE-Tensorflow for Discrete Sequences (Adversarially Regularized Autoencoder). eriklindernoren/keras-gan — Keras-GAN is a collection of generative adversarial network implementations built with Keras for synthetic data… eriklindernoren/pytorch-gan — PyTorch-GAN is a research-oriented framework providing a collection of modular implementations for generative… hwalsuklee/tensorflow-generative-model-collections — This is a library of generative model architectures built using the TensorFlow framework. It provides implementations… justinpinkney/data-efficient-gans — Generated using only 100 images of Obama, grumpy cats, pandas, the Bridge of Sighs, the Medici Fountain, the Temple of… justinpinkney/stylegan2 — Various Improvements to make StyleGAN2 more suitible to be trained on Google Colab Supports Non-Square images, for…