File size: 514 Bytes
e1c1870 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
# dSprites Y Position (Test set only)
Original paper: [beta-VAE: Learning Basic Visual Concepts with a Constrained Variational Framework](https://openreview.net/forum?id=Sy2fzU9gl)
Homepage: https://github.com/deepmind/dsprites-dataset
Bibtex:
```
@misc{dsprites17,
author = {Loic Matthey and Irina Higgins and Demis Hassabis and Alexander Lerchner},
title = {dSprites: Disentanglement testing Sprites dataset},
howpublished= {https://github.com/deepmind/dsprites-dataset/},
year = "2017",
}
``` |