minimal_glo
GLO
An implementation of Generative Latent Optimization in PyTorch for learning about generative models and optimization techniques.
Minimal PyTorch implementation of Generative Latent Optimization from the paper "Optimizing the Latent Space of Generative Networks"
120 stars
5 watching
14 forks
Language: Python
last commit: almost 7 years ago deep-learninggenerative-models
Related projects:
Repository | Description | Stars |
---|---|---|
akanimax/pro_gan_pytorch | Implementation of a deep learning model for generating high-quality images with improved stability and variation. | 536 |
locuslab/optnet | A PyTorch module that adds differentiable optimization as a layer to neural networks | 513 |
lupoglaz/godotaigym | Enables training of reinforcement learning models with PyTorch on Godot Engine using shared memory | 214 |
ikostrikov/pytorch-meta-optimizer | A PyTorch implementation of meta-learning using gradient descent to adapt to new tasks. | 312 |
carpedm20/discogan-pytorch | A PyTorch implementation of a Generative Adversarial Network (GAN) for discovering cross-domain relations. | 1,084 |
open-mmlab/mmgeneration | Generative model toolkit for GANs and image generation tasks | 1,909 |
tristandeleu/pytorch-maml-rl | Replication of Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks in PyTorch for reinforcement learning tasks | 827 |
pemami4911/neural-combinatorial-rl-pytorch | An implementation of Neural Combinatorial Optimization with Reinforcement Learning using PyTorch. | 558 |
dl-it/generative_zoo | A collection of generative models implemented in Python using PyTorch | 54 |
rentruewang/koila | A lightweight wrapper around PyTorch to prevent CUDA out-of-memory errors and optimize model execution | 1,821 |
metaopt/torchopt | An efficient library for differentiable optimization built on top of PyTorch. | 544 |
chingyaoc/ggnn.pytorch | An implementation of a neural network architecture for processing graph-structured data and making predictions on nodes. | 465 |
tristandeleu/pytorch-meta | Provides tools and datasets for meta-learning and few-shot learning in deep learning | 1,987 |
hjmshi/pytorch-lbfgs | A PyTorch implementation of L-BFGS optimization algorithm for training neural networks | 586 |
gpleiss/efficient_densenet_pytorch | An implementation of DenseNets optimized to save GPU memory by using checkpointing | 1,521 |