from local

This commit is contained in:
dohe0342 2022-12-10 11:53:27 +09:00
parent 993d9befd6
commit 3c881982f3
3 changed files with 3 additions and 0 deletions

View File

@ -676,6 +676,9 @@ def compute_loss(
feature = feature.to(device) feature = feature.to(device)
supervisions = batch["supervisions"] supervisions = batch["supervisions"]
logging.info(supervisions["start_frame"])
logging.info(supervisions["num_frames"])
if feature.ndim == 2: if feature.ndim == 2:
feature_lens = [] feature_lens = []
for supervision in supervisions['cut']: for supervision in supervisions['cut']:

Binary file not shown.