Chris Oswald commited on
Commit
f3013b1
·
1 Parent(s): 47ebf1a
Files changed (1) hide show
  1. SPIDER.py +3 -3
SPIDER.py CHANGED
@@ -182,9 +182,9 @@ class SPIDER(datasets.GeneratorBasedBuilder):
182
  # **kwargs,
183
  # ):
184
  # super().__init__(*args, **kwargs)
185
- # self.scan_types = self.config.scan_types
186
- # self.resize_shape = self.config.resize_shape
187
- # self.shuffle = self.config.shuffle
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