File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
tensorflow_datasets/datasets/lfw Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 20
20
from tensorflow_datasets .core .utils .lazy_imports_utils import tensorflow as tf
21
21
import tensorflow_datasets .public_api as tfds
22
22
23
- _URL = "http ://vis-www.cs.umass.edu/lfw/lfw.tgz "
23
+ _URL = "https ://ndownloader.figshare.com/files/5976018 "
24
24
25
25
LFW_IMAGE_SHAPE = (250 , 250 , 3 )
26
26
27
27
28
28
class Builder (tfds .core .GeneratorBasedBuilder ):
29
29
"""LFW Builder class."""
30
30
31
- VERSION = tfds .core .Version ("0.1.0 " )
31
+ VERSION = tfds .core .Version ("0.1.1 " )
32
32
33
33
def _info (self ):
34
34
return self .dataset_info_from_configs (
You can’t perform that action at this time.
0 commit comments