Chris Oswald
commited on
Commit
·
f3013b1
1
Parent(s):
47ebf1a
debugging
Browse files
SPIDER.py
CHANGED
|
@@ -182,9 +182,9 @@ class SPIDER(datasets.GeneratorBasedBuilder):
|
|
| 182 |
# **kwargs,
|
| 183 |
# ):
|
| 184 |
# super().__init__(*args, **kwargs)
|
| 185 |
-
# self.scan_types = self.
|
| 186 |
-
# self.resize_shape = self.
|
| 187 |
-
# self.shuffle = self.
|
| 188 |
|
| 189 |
def _info(self):
|
| 190 |
"""Specify datasets.DatasetInfo object containing information and typing
|
|
|
|
| 182 |
# **kwargs,
|
| 183 |
# ):
|
| 184 |
# super().__init__(*args, **kwargs)
|
| 185 |
+
# self.scan_types = self.scan_types
|
| 186 |
+
# self.resize_shape = self.resize_shape
|
| 187 |
+
# self.shuffle = self.shuffle
|
| 188 |
|
| 189 |
def _info(self):
|
| 190 |
"""Specify datasets.DatasetInfo object containing information and typing
|