Skip to content

Commit b57d2c8

Browse files
author
The TensorFlow Datasets Authors
committed
Merge pull request #11020 from shanky-kapoor:lfw_fix
PiperOrigin-RevId: 733225978
2 parents 7c40c08 + d8e4b51 commit b57d2c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
http://vis-www.cs.umass.edu/lfw/lfw.tgz 180566744 055f7d9c632d7370e6fb4afc7468d40f970c34a80d4c6f50ffec63f5a8d536c0 lfw.tgz
1+
https://ndownloader.figshare.com/files/5976018 180566744 055f7d9c632d7370e6fb4afc7468d40f970c34a80d4c6f50ffec63f5a8d536c0 lfw.tgz

tensorflow_datasets/datasets/lfw/lfw_dataset_builder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
from tensorflow_datasets.core.utils.lazy_imports_utils import tensorflow as tf
2121
import tensorflow_datasets.public_api as tfds
2222

23-
_URL = "http://vis-www.cs.umass.edu/lfw/lfw.tgz"
23+
_URL = "https://ndownloader.figshare.com/files/5976018"
2424

2525
LFW_IMAGE_SHAPE = (250, 250, 3)
2626

2727

2828
class Builder(tfds.core.GeneratorBasedBuilder):
2929
"""LFW Builder class."""
3030

31-
VERSION = tfds.core.Version("0.1.0")
31+
VERSION = tfds.core.Version("0.1.1")
3232

3333
def _info(self):
3434
return self.dataset_info_from_configs(

0 commit comments

Comments
 (0)