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 2020from tensorflow_datasets .core .utils .lazy_imports_utils import tensorflow as tf
2121import 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
2525LFW_IMAGE_SHAPE = (250 , 250 , 3 )
2626
2727
2828class 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 (
You can’t perform that action at this time.
0 commit comments