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.
1 parent 53d154d commit af600c8Copy full SHA for af600c8
torchvision/datasets/lfw.py
@@ -50,8 +50,17 @@ def __init__(
50
self.labels_file = f"{self.view}{self.annot_file[self.split]}.txt"
51
self.data: list[Any] = []
52
53
+ """
54
+ Warning:
55
+
56
+ The LFW dataset is no longer available for automatic download.
57
+ Please download it manually and place it in the specified directory.
58
59
60
61
if download:
62
raise RuntimeError(
63
64
"LFW dataset is no longer available for download."
65
"Please download the dataset manually and place it in the specified directory"
66
)
0 commit comments