from local

This commit is contained in:
dohe0342 2023-04-25 11:48:00 +09:00
parent 559f7a8eab
commit be01888900
2 changed files with 1 additions and 1 deletions

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