from local
This commit is contained in:
parent
14817cc5f3
commit
befdbe2b1e
Binary file not shown.
@ -79,6 +79,7 @@ class Transducer(nn.Module):
|
|||||||
)
|
)
|
||||||
|
|
||||||
self.prompt = None
|
self.prompt = None
|
||||||
|
self.sid = sid
|
||||||
if prompt:
|
if prompt:
|
||||||
#self.prompt = torch.randn((200, 512), requires_grad=True)
|
#self.prompt = torch.randn((200, 512), requires_grad=True)
|
||||||
statistic = open('/home/work/workspace/icefall/egs/librispeech/ASR/conv_feat/2094/2094_statistic.txt', 'r').readlines()
|
statistic = open('/home/work/workspace/icefall/egs/librispeech/ASR/conv_feat/2094/2094_statistic.txt', 'r').readlines()
|
||||||
|
|||||||
Reference in New Issue
Block a user