from local

This commit is contained in:
dohe0342 2022-12-10 12:49:35 +09:00
parent 9abfa58896
commit 4ac1ef743d
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -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",
),