mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
9abfa58896
commit
4ac1ef743d
Binary file not shown.
@ -205,12 +205,12 @@ def encode_supervisions(
|
||||
(
|
||||
supervisions["sequence_idx"],
|
||||
torch.div(
|
||||
num_frames
|
||||
start_frame,
|
||||
subsampling_factor,
|
||||
rounding_mode="floor",
|
||||
),
|
||||
torch.div(
|
||||
supervisions["num_frames"],
|
||||
num_frames,
|
||||
subsampling_factor,
|
||||
rounding_mode="floor",
|
||||
),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user