from local
This commit is contained in:
parent
5587292b20
commit
edc05532e5
Binary file not shown.
Binary file not shown.
@ -80,7 +80,7 @@ class Transducer(nn.Module):
|
|||||||
self.prompt = None
|
self.prompt = None
|
||||||
if prompt:
|
if prompt:
|
||||||
#self.prompt = torch.randn((200, 512), requires_grad=True)
|
#self.prompt = torch.randn((200, 512), requires_grad=True)
|
||||||
self.prompt = torch.nn.Parameter(torch.randn((30, 512)))
|
self.prompt = torch.nn.Parameter(torch.randn((40, 512)))
|
||||||
|
|
||||||
def forward(
|
def forward(
|
||||||
self,
|
self,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user