from local

This commit is contained in:
dohe0342 2023-04-21 02:38:34 +09:00
parent 90a73c00a2
commit 8f27fb776c
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -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((40, 512)))
self.prompt = torch.nn.Parameter(torch.randn((30, 512)))
def forward(
self,