Skip to content

Commit 9edc8da

Browse files
committed
remove template comments
1 parent b807cfe commit 9edc8da

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tensorflow_datasets/image_classification/wake_vision/wake_vision_dataset_builder.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,7 @@ def _info(self) -> tfds.core.DatasetInfo:
117117
tfds.features.ClassLabel(names=['No', 'Yes']),
118118
}
119119
),
120-
# If there's a common (input, target) tuple from the
121-
# features, specify them here. They'll be used if
122-
# `as_supervised=True` in `builder.as_dataset`.
123-
supervised_keys=('image', 'person'), # Set to `None` to disable
120+
supervised_keys=('image', 'person'),
124121
homepage=
125122
'https://dataverse.harvard.edu/dataset.xhtml?persistentId=doi%3A10.7910%2FDVN%2F1HOPXC',
126123
license='See homepage for license information.',

0 commit comments

Comments
 (0)