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 5398678 commit d8e4b51Copy full SHA for d8e4b51
tensorflow_datasets/datasets/lfw/lfw_dataset_builder.py
@@ -28,7 +28,7 @@
28
class Builder(tfds.core.GeneratorBasedBuilder):
29
"""LFW Builder class."""
30
31
- VERSION = tfds.core.Version("0.1.0")
+ VERSION = tfds.core.Version("0.1.1")
32
33
def _info(self):
34
return self.dataset_info_from_configs(
0 commit comments