Update debug.py
Browse files
debug.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
from lhotse import CutSet, load_manifest_lazy
|
| 2 |
import torch
|
| 3 |
-
manifest_path = "fbank/cuts_debug.jsonl.gz" # many inf values
|
| 4 |
-
manifest_path = "fbank_voice_assistant_cosy2_hdf5/cuts_debug_h5py.jsonl.gz" # few inf values
|
| 5 |
cuts_manifest = load_manifest_lazy(manifest_path)
|
| 6 |
|
| 7 |
for i, cut in enumerate(cuts_manifest):
|
|
|
|
| 1 |
from lhotse import CutSet, load_manifest_lazy
|
| 2 |
import torch
|
| 3 |
+
manifest_path = "data/fbank/cuts_debug.jsonl.gz" # many inf values
|
| 4 |
+
manifest_path = "data/fbank_voice_assistant_cosy2_hdf5/cuts_debug_h5py.jsonl.gz" # few inf values
|
| 5 |
cuts_manifest = load_manifest_lazy(manifest_path)
|
| 6 |
|
| 7 |
for i, cut in enumerate(cuts_manifest):
|