Commit
·
c64a792
1
Parent(s):
f70af8d
edited resistor.py
Browse files- resistor.py +1 -1
resistor.py
CHANGED
@@ -25,7 +25,7 @@ class RESISTORConfig(datasets.BuilderConfig):
|
|
25 |
self.data_urls = data_urls
|
26 |
|
27 |
|
28 |
-
class
|
29 |
"""resistor image classification dataset"""
|
30 |
|
31 |
VERSION = datasets.Version("1.0.0")
|
|
|
25 |
self.data_urls = data_urls
|
26 |
|
27 |
|
28 |
+
class RESISTOR(datasets.GeneratorBasedBuilder):
|
29 |
"""resistor image classification dataset"""
|
30 |
|
31 |
VERSION = datasets.Version("1.0.0")
|