from local

This commit is contained in:
dohe0342 2023-01-25 17:23:50 +09:00
parent 835be29b83
commit 8877dec7a4
3 changed files with 0 additions and 2 deletions

View File

@ -833,8 +833,6 @@ def compute_loss(
warm_step = params.warm_step
texts = batch["supervisions"]["text"]
print('hi~~~')
print(texts)
#texts = batch["greedy pseudo text"]
token_ids = sp.encode(texts, out_type=int)
y = k2.RaggedTensor(token_ids).to(device)