from local

This commit is contained in:
dohe0342 2023-04-11 16:30:57 +09:00
parent 859c669f41
commit b0fc5b7a83
3 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class Transducer(nn.Module):
self.prompt = None
if prompt:
self.prompt = torch.randn((50, 512), requires_grad=True)
self.prompt = torch.randn((50, 512), requires_grad=True).to('cuda')
def forward(
self,