Commit
·
01eb839
1
Parent(s):
547e564
Update LoadingScript
Browse files- GraySpectrogram.py +1 -1
GraySpectrogram.py
CHANGED
@@ -136,7 +136,7 @@ class GraySpectrogram2(datasets.GeneratorBasedBuilder):
|
|
136 |
name = split,
|
137 |
gen_kwargs = {
|
138 |
# "images" : iter(iter_archive[split]),
|
139 |
-
"images" : downloaded_files,
|
140 |
"metadata_path": metadata_path # メタデータパスを渡す
|
141 |
}
|
142 |
)
|
|
|
136 |
name = split,
|
137 |
gen_kwargs = {
|
138 |
# "images" : iter(iter_archive[split]),
|
139 |
+
"images" : dl_manager.iter_archive(downloaded_files),
|
140 |
"metadata_path": metadata_path # メタデータパスを渡す
|
141 |
}
|
142 |
)
|