We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b57d2c8 + 5398678 commit d18dc0cCopy full SHA for d18dc0c
tensorflow_datasets/datasets/lfw/lfw_dataset_builder.py
@@ -20,6 +20,8 @@
20
from tensorflow_datasets.core.utils.lazy_imports_utils import tensorflow as tf
21
import tensorflow_datasets.public_api as tfds
22
23
+# URL where the data is hosted. This is the same also used e.g. by scikit-learn:
24
+# https://github.com/scikit-learn/scikit-learn/blob/98ed9dc73a86f5f11781a0e21f24c8f47979ec67/sklearn/datasets/_lfw.py#L36
25
_URL = "https://ndownloader.figshare.com/files/5976018"
26
27
LFW_IMAGE_SHAPE = (250, 250, 3)
0 commit comments