annotated_deep_learning_paper_implementations icon indicating copy to clipboard operation
annotated_deep_learning_paper_implementations copied to clipboard

Request: Auto-Encoding Variational Bayes

Open BeeGass opened this issue 3 years ago • 4 comments

Paper: https://arxiv.org/abs/1312.6114

Implementation I have currently: https://github.com/BeeGass/Readable-VAEs/tree/master/vae-pytorch

BeeGass avatar Dec 18 '21 20:12 BeeGass

Would you like to implement it on labmlai/annotated_deep_learning_paper_implementations? Thanks

vpj avatar Dec 20 '21 03:12 vpj

Yeah, absolutely

BeeGass avatar Dec 20 '21 03:12 BeeGass

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

vpj avatar Dec 20 '21 06:12 vpj

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?

BeeGass avatar Dec 20 '21 18:12 BeeGass