Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AntixK committed Mar 2, 2020
1 parent 191bbbe commit 6d6a3f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ $ tensorboard --logdir tf

<!-- | Gamma VAE |[Link](https://arxiv.org/abs/1610.05683) | ![][16] | ![][15] |-->

<!--
### TODO
- [x] VanillaVAE
- [x] Beta VAE
Expand All @@ -125,18 +126,17 @@ $ tensorboard --logdir tf
- [x] SWAE
- [x] VQVAE
- [x] Beta TC-VAE
- [ ] DIP VAE (In progress)
- [x] DIP VAE
- [ ] Ladder VAE (Doesn't work well)
- [ ] Gamma VAE (Doesn't work well)
- [ ] Vamp VAE (Doesn't work well)

-->

### Contributing
If you have trained a better model, using these implementations, by fine-tuning the hyper-params in the config file,
I would be happy to include your result (along with your config file) in this repo, citing your name 😊.

Additionally, if you would like to contribute some models, check out the **TODO** for models that are pending or
doesn't seem to work well.
Additionally, if you would like to contribute some models, please submit a PR.

### License
**Apache License 2.0**
Expand Down

0 comments on commit 6d6a3f3

Please sign in to comment.