from local
This commit is contained in:
parent
796be81be8
commit
1ebc50a4ec
Binary file not shown.
Binary file not shown.
@ -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).to('cuda')
|
self.prompt = torch.randn((50, 512), requires_grad=True)
|
||||||
|
|
||||||
def forward(
|
def forward(
|
||||||
self,
|
self,
|
||||||
|
|||||||
Reference in New Issue
Block a user