Update libriheavy.py
Browse files- libriheavy.py +1 -1
libriheavy.py
CHANGED
@@ -171,7 +171,7 @@ class Libriheavy(datasets.GeneratorBasedBuilder):
|
|
171 |
if utterance_id == sorted(list(text.keys()))[-1]:
|
172 |
continue
|
173 |
npz_item = npz[str(utterance_id)].item()
|
174 |
-
print(npz_item["
|
175 |
result = {
|
176 |
"id": chunk["speaker_id"] + "_" + utterance_id,
|
177 |
"speaker_id": chunk["speaker_id"],
|
|
|
171 |
if utterance_id == sorted(list(text.keys()))[-1]:
|
172 |
continue
|
173 |
npz_item = npz[str(utterance_id)].item()
|
174 |
+
print(npz_item["d_vector"].shape)
|
175 |
result = {
|
176 |
"id": chunk["speaker_id"] + "_" + utterance_id,
|
177 |
"speaker_id": chunk["speaker_id"],
|