Update dsprites.py
Browse files- dsprites.py +1 -1
dsprites.py
CHANGED
@@ -2,7 +2,7 @@ import datasets
|
|
2 |
import numpy as np
|
3 |
from PIL import Image
|
4 |
|
5 |
-
_DSPRITES_URL = "https://github.com/deepmind/dsprites-dataset/raw/master/
|
6 |
|
7 |
class DSprites(datasets.GeneratorBasedBuilder):
|
8 |
"""dSprites dataset: 3x6x40x32x32 factor combinations, 64x64 binary images."""
|
|
|
2 |
import numpy as np
|
3 |
from PIL import Image
|
4 |
|
5 |
+
_DSPRITES_URL = "https://github.com/google-deepmind/dsprites-dataset/raw/refs/heads/master/dsprites_ndarray_co1sh3sc6or40x32y32_64x64.npz"
|
6 |
|
7 |
class DSprites(datasets.GeneratorBasedBuilder):
|
8 |
"""dSprites dataset: 3x6x40x32x32 factor combinations, 64x64 binary images."""
|