Update Populus_Stomatal_Images_Datasets.py
Browse files
Populus_Stomatal_Images_Datasets.py
CHANGED
@@ -57,10 +57,10 @@ _LICENSE = ""
|
|
57 |
|
58 |
|
59 |
# TODO: Name of the dataset usually matches the script name with CamelCase instead of snake_case
|
60 |
-
class
|
61 |
"""TODO: Short description of my dataset."""
|
62 |
|
63 |
-
VERSION = datasets.Version("1.1.
|
64 |
|
65 |
# This is an example of a dataset with multiple configurations.
|
66 |
# If you don't want/need to define several sub-sets in your dataset,
|
|
|
57 |
|
58 |
|
59 |
# TODO: Name of the dataset usually matches the script name with CamelCase instead of snake_case
|
60 |
+
class Populus_Stomatal_Images_Datasets(datasets.GeneratorBasedBuilder):
|
61 |
"""TODO: Short description of my dataset."""
|
62 |
|
63 |
+
VERSION = datasets.Version("1.1.1")
|
64 |
|
65 |
# This is an example of a dataset with multiple configurations.
|
66 |
# If you don't want/need to define several sub-sets in your dataset,
|