Skip to content

Commit

Permalink
Updated assets
Browse files Browse the repository at this point in the history
  • Loading branch information
AntixK committed Jan 28, 2020
1 parent db41da7 commit d8ebc48
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,12 @@ logging_params:
- [x] Categorical VAE (Gumbel-Softmax VAE)
- [x] Joint VAE
- [x] Disentangled beta-VAE
- [ ] InfoVAE (in progress)
- [ ] Gamma VAE (in progress)
- [ ] Beta TC-VAE (in progress)
- [x] InfoVAE
- [ ] Gamma VAE (in progress)
- [ ] Vamp VAE (in progress)
- [ ] HVAE (VAE with Vamp Prior) (in progress)
- [ ] FactorVAE (in progress)
- [ ] Beta TC-VAE
- [ ] TwoStageVAE
- [ ] VAE-GAN
- [ ] VLAE
Expand All @@ -141,7 +141,6 @@ I would be happy to include your result (along with your config file) in this re
### Citation
if you wish to cite this repository in your work, use the following
```
@misc{Subramanian2020,
author = {Subramanian, A.K},
Expand Down Expand Up @@ -174,10 +173,10 @@ if you wish to cite this repository in your work, use the following
[18]: https://github.com/AntixK/PyTorch-VAE/blob/master/assets/recons_CategoricalVAE_49.png
[19]: https://github.com/AntixK/PyTorch-VAE/blob/master/assets/JointVAE_49.png
[20]: https://github.com/AntixK/PyTorch-VAE/blob/master/assets/recons_JointVAE_49.png
[21]: https://github.com/AntixK/PyTorch-VAE/blob/master/assets/BetaVAE_B_11.png
[22]: https://github.com/AntixK/PyTorch-VAE/blob/master/assets/recons_BetaVAE_B_11.png
[23]: https://github.com/AntixK/PyTorch-VAE/blob/master/assets/InfoVAE_7.png
[24]: https://github.com/AntixK/PyTorch-VAE/blob/master/assets/recons_InfoVAE_7.png
[21]: https://github.com/AntixK/PyTorch-VAE/blob/master/assets/BetaVAE_B_35.png
[22]: https://github.com/AntixK/PyTorch-VAE/blob/master/assets/recons_BetaVAE_B_35.png
[23]: https://github.com/AntixK/PyTorch-VAE/blob/master/assets/InfoVAE_31.png
[24]: https://github.com/AntixK/PyTorch-VAE/blob/master/assets/recons_InfoVAE_31.png

[python-image]: https://img.shields.io/badge/Python-3.5-ff69b4.svg
[python-url]: https://www.python.org/
Expand Down
Binary file removed assets/BetaVAE_B_11.png
Binary file not shown.
Binary file added assets/BetaVAE_B_35.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/InfoVAE_31.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/recons_BetaVAE_B_11.png
Binary file not shown.
Binary file added assets/recons_BetaVAE_B_35.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/recons_InfoVAE_31.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/recons_InfoVAE_7.png
Binary file not shown.

0 comments on commit d8ebc48

Please sign in to comment.