from local

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

Binary file not shown.

View File

@ -205,7 +205,7 @@ def encode_supervisions(
(
supervisions["sequence_idx"],
torch.div(
supervisions["start_frame"],
num_frames
subsampling_factor,
rounding_mode="floor",
),