gandissect
GAN analyzer
Visualizes and understands internal representations of generative adversarial networks (GANs) to analyze their behavior and improve performance.
Pytorch-based tools for visualizing and understanding the neurons of a GAN. https://gandissect.csail.mit.edu/
2k stars
76 watching
283 forks
Language: Python
last commit: over 3 years ago deep-learninggangenerative-adversarial-networkimage-manipulationinteractive-visualizationsinterpretable-mlpytorch
Related projects:
Repository | Description | Stars |
---|---|---|
mailmahee/pytorch-generative-adversarial-networks | An implementation of Generative Adversarial Networks in PyTorch for generating realistic data from a given distribution. | 32 |
karoly-hars/gan_image_colorizing | This project explores image colorization using generative adversarial networks on the CIFAR10 dataset. | 11 |
tensorflow/gan | Provides tools and utilities for training and evaluating Generative Adversarial Networks (GANs) in TensorFlow | 937 |
carpedm20/discogan-pytorch | A PyTorch implementation of a Generative Adversarial Network (GAN) for discovering cross-domain relations. | 1,084 |
akanimax/pro_gan_pytorch | Implementation of a deep learning model for generating high-quality images with improved stability and variation. | 536 |
pathak22/context-encoder | Unsupervised feature learning by image inpainting using Generative Adversarial Networks (GANs) | 885 |
zcemycl/matlab-gan | A collection of MATLAB implementations for Generative Adversarial Networks (GANs) and related deep learning techniques | 186 |
nashory/gans-collection.torch | A collection of Torch implementations for training various types of Generative Adversarial Networks (GANs) | 55 |
mit-han-lab/data-efficient-gans | Improves GAN training efficiency by incorporating data augmentation | 1,283 |
tensorlayer/dcgan | A deep learning implementation of a generative adversarial network for generating images from text descriptions. | 339 |
kaiyangzhou/dassl.pytorch | A PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision. | 1,217 |
nexusapoorvacus/deepvariationstructuredrl | An implementation of reinforcement learning for visual relationship and attribute detection using PyTorch. | 63 |
hanzhanggit/stackgan-v2 | Software framework for training and evaluating generative models of images and text based on adversarial networks | 843 |
orobix/visual-feature-attribution-using-wasserstein-gans-pytorch | A PyTorch implementation of a feature attribution technique using Wasserstein Generative Adversarial Networks for anomaly detection in medical images. | 93 |
dmitryulyanov/age | This repository provides code for training Generative Adversarial Networks (GANs) for various image datasets, including face generation. | 285 |