mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-15 13:02:23 +00:00
linting
This commit is contained in:
parent
4b96af2777
commit
de1078072d
@ -23,7 +23,6 @@ from collections import defaultdict
|
|||||||
import os
|
import os
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from typing import Dict, List, Optional, Tuple
|
from typing import Dict, List, Optional, Tuple
|
||||||
from pdb import set_trace
|
|
||||||
|
|
||||||
import k2
|
import k2
|
||||||
from lhotse.features.io import LilcomChunkyWriter
|
from lhotse.features.io import LilcomChunkyWriter
|
||||||
@ -128,7 +127,6 @@ def generate_ctc_label_dataset(
|
|||||||
device: torch.device,
|
device: torch.device,
|
||||||
output_path: str,
|
output_path: str,
|
||||||
):
|
):
|
||||||
set_trace()
|
|
||||||
with LilcomChunkyWriter(output_path) as writer:
|
with LilcomChunkyWriter(output_path) as writer:
|
||||||
for batch_idx, batch in enumerate(dl):
|
for batch_idx, batch in enumerate(dl):
|
||||||
nnet_output = generate_ctc_label_batch(
|
nnet_output = generate_ctc_label_batch(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user