How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
Collection of generative models in Pytorch version.
The main features of znxlwm/pytorch-generative-model-collections are: Generative Models, Model Implementations, GANs, VAEs, and AEs.
Open-source alternatives to znxlwm/pytorch-generative-model-collections include: junyanz/pytorch-cyclegan-and-pix2pix — This project is a deep learning framework designed for training and deploying image-to-image translation models. It… martinarjovsky/wassersteingan — Wasserstein GAN. caogang/wgan-gp — A pytorch implementation of Paper "Improved Training of Wasserstein GANs". dmitryulyanov/age — Code for the paper "Adversarial Generator-Encoder Networks". mailmahee/pytorch-generative-adversarial-networks — simple generative adversarial network (GAN) using PyTorch. nvidia/pix2pixhd — pix2pixHD is a conditional generative adversarial network designed to transform semantic label maps into…
This project is a deep learning framework designed for training and deploying image-to-image translation models. It serves as a research platform for experimenting with neural network architectures that transform visual content between distinct stylistic domains, supporting both paired and unpaired training data. The framework distinguishes itself through its support for cycle-consistency constraints, which allow for image translation between domains without requiring corresponding paired examples. It provides a structured pipeline that utilizes adversarial loss optimization, where generator
A pytorch implementation of Paper "Improved Training of Wasserstein GANs"
simple generative adversarial network (GAN) using PyTorch