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

More encoder/decoder examples in the 'quickstart' #15

Open
jarvist opened this issue Aug 5, 2024 · 2 comments
Open

More encoder/decoder examples in the 'quickstart' #15

jarvist opened this issue Aug 5, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@jarvist
Copy link

jarvist commented Aug 5, 2024

Currently the one example shows building a Convolutional auto-encoder, and training it on the MNIST dataset.

I think it would be really useful if there were some other examples of using the package. For instance on character based data, or graphs. I think for any application, the first thing a user of the package would do is look to see how they could build an encoder/decoder for the structure of their data.

@mrazomej
Copy link
Owner

mrazomej commented Aug 5, 2024

That's a totally reasonable suggestion, @jarvist. Do you have a particular example you like when thinking about VAEs? If you point me to a dataset or a specific application, I'll try to implement it with AutoEncoderToolkit. Or even better, if you want to do a PR with your favorite example, that would be greatly appreciated.

@mrazomej mrazomej added the enhancement New feature or request label Aug 5, 2024
@jarvist
Copy link
Author

jarvist commented Aug 5, 2024

For me the obvious one is to use text. There is a Python/PyTorch resource based on a 2019 paper which I generally direct students towards: https://github.com/shentianxiao/text-autoencoders/tree/master

Certainly, if myself or my students make anything, we'll be sure to create an example out of it & make a pull request!

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