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