You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: