mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-16 04:32:19 +00:00
linting
This commit is contained in:
parent
6da35058fa
commit
74ee6e6130
@ -105,7 +105,7 @@ def generate_ctc_label_batch(
|
|||||||
supervisions = batch["supervisions"]
|
supervisions = batch["supervisions"]
|
||||||
nnet_output, memory, memory_key_padding_mask = model(feature, supervisions)
|
nnet_output, memory, memory_key_padding_mask = model(feature, supervisions)
|
||||||
return nnet_output
|
return nnet_output
|
||||||
|
|
||||||
|
|
||||||
def generate_ctc_label_dataset(
|
def generate_ctc_label_dataset(
|
||||||
dl: torch.utils.data.DataLoader,
|
dl: torch.utils.data.DataLoader,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user