mika
commited on
Commit
·
c173f70
1
Parent(s):
6038f66
chaged loading script
Browse files- GraySpectrogram.py +1 -1
GraySpectrogram.py
CHANGED
|
@@ -88,7 +88,7 @@ class GraySpectrogramConfig(datasets.BuilderConfig):
|
|
| 88 |
self.data_url = data_url
|
| 89 |
self.metadata_urls = metadata_urls
|
| 90 |
|
| 91 |
-
class
|
| 92 |
|
| 93 |
# データのサブセットはここで用意
|
| 94 |
BUILDER_CONFIGS = [
|
|
|
|
| 88 |
self.data_url = data_url
|
| 89 |
self.metadata_urls = metadata_urls
|
| 90 |
|
| 91 |
+
class GraySpectrogram(datasets.GeneratorBasedBuilder):
|
| 92 |
|
| 93 |
# データのサブセットはここで用意
|
| 94 |
BUILDER_CONFIGS = [
|