Request: Auto-Encoding Variational Bayes
Paper: https://arxiv.org/abs/1312.6114
Implementation I have currently: https://github.com/BeeGass/Readable-VAEs/tree/master/vae-pytorch
Would you like to implement it on labmlai/annotated_deep_learning_paper_implementations? Thanks
Yeah, absolutely
Feel free to create a pull request. You can preview your code with annotations by visiting https://lit.labml.ai/github/{github_url}.
For an example: https://lit.labml.ai/github/vpj/rl_samples/blob/master/ppo.py
If you prefer to write/keep your annotated implementation on your own repo, you can do so and share the annotated implementation with https://lit.labml.ai/github/{github_url}. You can link the annotated implementation to the paper by adding it on paper.labml.ai. We will aggregate all annotated implementations to a common list
Alright, I plan to make a separate implementation so it works better with how you render the page. Any chance you could assign this to me in the mean time?