from local

This commit is contained in:
dohe0342 2023-04-11 16:33:32 +09:00
parent b285b9052f
commit 91c2816a38
3 changed files with 1 additions and 1 deletions

View File

@ -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,