cdminix commited on
Commit
9297f78
·
verified ·
1 Parent(s): 29d9d45

Update libriheavy.py

Browse files
Files changed (1) hide show
  1. libriheavy.py +1 -0
libriheavy.py CHANGED
@@ -171,6 +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
  result = {
175
  "id": chunk["speaker_id"] + "_" + utterance_id,
176
  "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["pitch"])
175
  result = {
176
  "id": chunk["speaker_id"] + "_" + utterance_id,
177
  "speaker_id": chunk["speaker_id"],