Update Populus_Stomatal_Images_Datasets.py
Browse files
Populus_Stomatal_Images_Datasets.py
CHANGED
|
@@ -57,7 +57,7 @@ _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.1")
|
|
|
|
| 57 |
|
| 58 |
|
| 59 |
# TODO: Name of the dataset usually matches the script name with CamelCase instead of snake_case
|
| 60 |
+
class NewDataset(datasets.GeneratorBasedBuilder):
|
| 61 |
"""TODO: Short description of my dataset."""
|
| 62 |
|
| 63 |
VERSION = datasets.Version("1.1.1")
|