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