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
456b368eb7
commit
78fb46fd1d
Binary file not shown.
@ -80,7 +80,7 @@ class Transducer(nn.Module):
|
||||
self.prompt = None
|
||||
if prompt:
|
||||
#self.prompt = torch.randn((200, 512), requires_grad=True)
|
||||
self.prompt = torch.nn.Parameter(torch.randn((50, 512)))
|
||||
self.prompt = torch.nn.Parameter(torch.randn((25, 512)))
|
||||
|
||||
def forward(
|
||||
self,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user