mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-12 03:22:19 +00:00
Fix for style check
This commit is contained in:
parent
5cf4e2df07
commit
3554ed32db
@ -720,9 +720,9 @@ def greedy_search_batch(
|
|||||||
|
|
||||||
k = torch.sum(
|
k = torch.sum(
|
||||||
(
|
(
|
||||||
c[:, : context_size]
|
c[:, :context_size]
|
||||||
== c[:, context_size : context_size + 1].expand_as(
|
== c[:, context_size : context_size + 1].expand_as(
|
||||||
c[:, : context_size]
|
c[:, :context_size]
|
||||||
)
|
)
|
||||||
).int(),
|
).int(),
|
||||||
dim=1,
|
dim=1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user