yangwang825
commited on
Commit
•
a4e9e7f
1
Parent(s):
e48837c
Update magnatagatune.py
Browse files- magnatagatune.py +1 -1
magnatagatune.py
CHANGED
@@ -193,7 +193,7 @@ class MagnaTagATune(datasets.GeneratorBasedBuilder):
|
|
193 |
class_ = [index2class.get(idx) for idx in class_]
|
194 |
fileid2class[fileid] = class_
|
195 |
|
196 |
-
|
197 |
for guid, audio_path in enumerate(_walker):
|
198 |
parent = Path(audio_path).parent
|
199 |
filename = Path(audio_path).name
|
|
|
193 |
class_ = [index2class.get(idx) for idx in class_]
|
194 |
fileid2class[fileid] = class_
|
195 |
|
196 |
+
logger.info(fileid2class)
|
197 |
for guid, audio_path in enumerate(_walker):
|
198 |
parent = Path(audio_path).parent
|
199 |
filename = Path(audio_path).name
|