mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-12 11:32:19 +00:00
Fix for style check
This commit is contained in:
parent
3554ed32db
commit
06b583ee84
@ -672,7 +672,7 @@ def greedy_search_batch(
|
||||
timestamps = [[] for _ in range(N)]
|
||||
|
||||
decoder_input = torch.tensor(hyps, device=device, dtype=torch.int64)[
|
||||
:, -context_size:
|
||||
:, -context_size:
|
||||
] # (N, context_size)
|
||||
|
||||
k = torch.zeros(N, 1, device=device, dtype=torch.int64)
|
||||
|
Loading…
x
Reference in New Issue
Block a user