clementchadebec/benchmark_VAE
Unifying Variational Autoencoder (VAE) implementations in Pytorch (NeurIPS 2022) observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1796
- days_rel: n/a
- days_push: 763
- n_releases_24m: 0
Adoption not part of the score
1995 stars · 178 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Pythae is a PyTorch library that unifies implementations of many Variational Autoencoder (VAE) variants under a common interface, enabling fair benchmarking with identical encoder/decoder architectures. It supports custom autoencoder architectures, distributed training, experiment tracking via wandb/mlflow/comet-ml, and model sharing through the HuggingFace Hub.
Use cases
- benchmark VAE variants under the same neural network architecture
- train a beta-VAE or VQ-VAE on my own dataset with custom encoder and decoder
- reproduce published VAE research results in PyTorch
- compare generative autoencoder models like VAE-GAN and Wasserstein autoencoder
- share and load trained VAE models on the HuggingFace Hub
- run distributed training of a variational autoencoder on larger datasets
- generate new samples from a trained VAE with built-in samplers
When to choose
- you need a unified, reproducible implementation of many VAE variants for fair comparison
- you want to train VAEs with your own encoder/decoder networks and track experiments with wandb, mlflow, or comet-ml
- you want to share or reuse trained VAE models via the HuggingFace Hub
- you need distributed (DDP) training for VAEs on large datasets
When to avoid
- you need general-purpose deep learning tooling beyond autoencoder models
- you want diffusion models or transformer-based generative models rather than VAE-family methods
- you need a production inference server rather than a research and benchmarking library
Facets
library · maturity active
machine-learning deep-learning benchmarking machine-learning deep-learning artificial-intelligence python variational-autoencoder pytorch generative-models reproducible-research huggingface-hub experiment-tracking beta-vae vq-vae normalizing-flows model-training
1 source
- readme: https://github.com/clementchadebec/benchmark_VAE · fetched 2026-08-28 · dcdae2715888
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| clementchadebec/benchmark_VAE | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="clementchadebec/benchmark_VAE")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem