from local

This commit is contained in:
dohe0342 2023-06-09 16:59:08 +09:00
parent fa8ec4171e
commit be5f456790
2 changed files with 1 additions and 2 deletions

View File

@ -834,7 +834,6 @@ def compute_loss(
feature = feature.to(device) feature = feature.to(device)
supervisions = batch["supervisions"] supervisions = batch["supervisions"]
if feature.ndim == 2: if feature.ndim == 2:
feature_lens = [] feature_lens = []
for supervision in supervisions['cut']: for supervision in supervisions['cut']: