from local

This commit is contained in:
dohe0342 2023-01-20 13:52:43 +09:00
parent f5529f0e16
commit 864a0935a4
2 changed files with 1 additions and 0 deletions

View File

@ -684,6 +684,7 @@ def train_one_epoch(
params.batch_idx_train += 1
batch_size = len(batch["supervisions"]["text"])
print(batch["supervisions"])
batch_name = batch["supervisions"]["uttid"]
with torch.cuda.amp.autocast(enabled=params.use_fp16):