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
fe7bc9674f
commit
042248251e
Binary file not shown.
@ -77,6 +77,8 @@ class Transducer(nn.Module):
|
||||
nn.LogSoftmax(dim=-1),
|
||||
)
|
||||
|
||||
self.prompt = torch.randn((100, 512), requires_grad=True)
|
||||
|
||||
def forward(
|
||||
self,
|
||||
x: torch.Tensor,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user