Commit
·
30f2ad8
1
Parent(s):
a80cf63
Update LoadingScript
Browse filesI missed the order of the returns value(metadata_urls , data_urls)
- GraySpectrogram.py +1 -1
GraySpectrogram.py
CHANGED
|
@@ -94,7 +94,7 @@ class GraySpectrogramConfig(datasets.BuilderConfig):
|
|
| 94 |
class GraySpectrogram(datasets.GeneratorBasedBuilder):
|
| 95 |
|
| 96 |
# データのサブセットはここで用意
|
| 97 |
-
|
| 98 |
BUILDER_CONFIGS = [
|
| 99 |
GraySpectrogramConfig(
|
| 100 |
name="data 0-200",
|
|
|
|
| 94 |
class GraySpectrogram(datasets.GeneratorBasedBuilder):
|
| 95 |
|
| 96 |
# データのサブセットはここで用意
|
| 97 |
+
metadata_urls, data_urls = get_information()
|
| 98 |
BUILDER_CONFIGS = [
|
| 99 |
GraySpectrogramConfig(
|
| 100 |
name="data 0-200",
|