Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VAE or VQ-VAE is needed #2056

Open
amirshamaei opened this issue Dec 15, 2023 · 1 comment
Open

VAE or VQ-VAE is needed #2056

amirshamaei opened this issue Dec 15, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@amirshamaei
Copy link

Is your feature request related to a problem? Please describe.
Currently, the timm library lacks implementations for Variational Autoencoder (VAE) and Vector Quantized VAE (VQ-VAE) models. Users looking to utilize these autoencoder architectures may find it inconvenient to implement them from scratch or integrate external implementations into their projects.

Describe the solution you'd like
I would like to request the addition of Variational Autoencoder (VAE) and Vector Quantized VAE (VQ-VAE) models to the timm library. This would involve creating modules for these autoencoder architectures, ensuring they adhere to the existing timm standards for simplicity and compatibility.

Describe alternatives you've considered
Users can currently implement VAE and VQ-VAE models from scratch or use external implementations from other libraries such as diffusener. However, having native support for these models in the timm library would provide a more streamlined and integrated experience for users.

@amirshamaei amirshamaei added the enhancement New feature or request label Dec 15, 2023
@amirshamaei amirshamaei changed the title VAE or VQ-VAE are needed VAE or VQ-VAE is needed Dec 15, 2023
@haideraheem
Copy link

@amirshamaei I would love to contribute to this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants