from local

This commit is contained in:
dohe0342 2023-01-26 14:43:29 +09:00
parent 6b6af4bbc1
commit 4d98b21688
2 changed files with 1 additions and 0 deletions

View File

@ -834,6 +834,7 @@ def compute_loss(
warm_step = params.warm_step warm_step = params.warm_step
#texts = batch["supervisions"]["text"] #texts = batch["supervisions"]["text"]
print(batch)
texts = [] texts = []
for utt_id in batch["id"]: for utt_id in batch["id"]:
print(utt_id) print(utt_id)