from local

This commit is contained in:
dohe0342 2023-04-27 16:48:43 +09:00
parent 534c9eecf4
commit 7a7a7a6b20
3 changed files with 3 additions and 0 deletions

View File

@ -80,6 +80,9 @@ class Transducer(nn.Module):
self.prompt = None
self.sid = sid
print('-'*20)
print(self.sid)
print('-'*20)
if prompt:
#self.prompt = torch.randn((200, 512), requires_grad=True)
#statistic = open(f'/home/work/workspace/icefall/egs/librispeech/ASR/conv_feat/{self.sid}/{sid}_statistic.txt', 'r').readlines()