andreped commited on
Commit
486814c
·
1 Parent(s): 3e71405

Update IBDColEpi.py

Browse files
Files changed (1) hide show
  1. IBDColEpi.py +2 -2
IBDColEpi.py CHANGED
@@ -88,10 +88,10 @@ class IBDColEpi(datasets.GeneratorBasedBuilder):
88
  # data = datasets.load_dataset('my_dataset', 'first_domain')
89
  # data = datasets.load_dataset('my_dataset', 'second_domain')
90
  BUILDER_CONFIGS = [
91
- datasets.BuilderConfig(name="part" + str(x), version=VERSION, description="This include part " + str(x) + "/10 of the WSIs of the dataset.") \
92
  for x in range(1, 11)
93
  ] + [
94
- datasets.BuilderConfig(name="wsi-annotations", version=VERSION, description="This include all annotations stored as binary pyramidal, tiled TIFFs."),
95
  ]
96
 
97
  DEFAULT_CONFIG_NAME = "part1" # It's not mandatory to have a default configuration. Just use one if it make sense.
 
88
  # data = datasets.load_dataset('my_dataset', 'first_domain')
89
  # data = datasets.load_dataset('my_dataset', 'second_domain')
90
  BUILDER_CONFIGS = [
91
+ datasets.BuilderConfig(name="part" + str(x), version=datasets.Version("1.0.0"), description="This include part " + str(x) + "/10 of the WSIs in the dataset.") \
92
  for x in range(1, 11)
93
  ] + [
94
+ datasets.BuilderConfig(name="wsi-annotations", version=datasets.Version("1.0.0"), description="This include all annotations stored as binary pyramidal, tiled TIFFs."),
95
  ]
96
 
97
  DEFAULT_CONFIG_NAME = "part1" # It's not mandatory to have a default configuration. Just use one if it make sense.