Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Aug 5, 2023
1 parent 5a2dc8e commit d5984c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions voicebox_pytorch/voicebox_pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,6 @@ def forward(
"""
batch, seq_len, dtype = *x1.shape[:2], x1.dtype

x0 = torch.randn_like(x1)

# random times

times = torch.rand((batch,), dtype = dtype)
Expand Down

0 comments on commit d5984c2

Please sign in to comment.