pytorch-vae and PyTorch-VAE

These two tools are competitors because both are PyTorch implementations of Variational Autoencoders (VAEs), making them alternative choices for the same task.

pytorch-vae
50
Established
PyTorch-VAE
49
Emerging
Maintenance 0/25
Adoption 10/25
Maturity 16/25
Community 24/25
Maintenance 0/25
Adoption 10/25
Maturity 16/25
Community 23/25
Stars: 432
Forks: 107
Downloads:
Commits (30d): 0
Language: Python
License: BSD-3-Clause
Stars: 7,605
Forks: 1,189
Downloads:
Commits (30d): 0
Language: Python
License: Apache-2.0
Stale 6m No Package No Dependents
Stale 6m No Package No Dependents

About pytorch-vae

ethanluoyc/pytorch-vae

A Variational Autoencoder (VAE) implemented in PyTorch

This is a foundational building block for machine learning engineers and researchers working with deep learning models. It takes in complex data, like images or text, and learns a compressed, meaningful representation of that data. This compressed representation can then be used for generating new, similar data, or for tasks like anomaly detection.

deep-learning generative-modeling data-compression representation-learning anomaly-detection

About PyTorch-VAE

AntixK/PyTorch-VAE

A Collection of Variational Autoencoders (VAE) in PyTorch.

This collection provides various Variational Autoencoder (VAE) models for deep learning researchers and practitioners. It helps in tasks like generating realistic synthetic data or learning efficient representations from complex datasets. You provide image data, and the models can learn to compress it and generate new, similar images.

generative AI deep learning research image synthesis representation learning data compression

Scores updated daily from GitHub, PyPI, and npm data. How scores work