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"],
|
supervisions["sequence_idx"],
|
||||||
torch.div(
|
torch.div(
|
||||||
num_frames
|
start_frame,
|
||||||
subsampling_factor,
|
subsampling_factor,
|
||||||
rounding_mode="floor",
|
rounding_mode="floor",
|
||||||
),
|
),
|
||||||
torch.div(
|
torch.div(
|
||||||
supervisions["num_frames"],
|
num_frames,
|
||||||
subsampling_factor,
|
subsampling_factor,
|
||||||
rounding_mode="floor",
|
rounding_mode="floor",
|
||||||
),
|
),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user