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
534c9eecf4
commit
7a7a7a6b20
Binary file not shown.
Binary file not shown.
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user