mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
993d9befd6
commit
3c881982f3
Binary file not shown.
@ -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.
Loading…
x
Reference in New Issue
Block a user