Spaces:
Sleeping
Sleeping
Hugo Flores Garcia
commited on
Commit
•
ed6898a
1
Parent(s):
0321745
rm breakpoint
Browse files- vampnet/interface.py +0 -1
vampnet/interface.py
CHANGED
@@ -316,7 +316,6 @@ class Interface(torch.nn.Module):
|
|
316 |
mask=mask_chunk,
|
317 |
**kwargs
|
318 |
)
|
319 |
-
breakpoint()
|
320 |
fine_z.append(chunk)
|
321 |
|
322 |
fine_z = torch.cat(fine_z, dim=-1)
|
|
|
316 |
mask=mask_chunk,
|
317 |
**kwargs
|
318 |
)
|
|
|
319 |
fine_z.append(chunk)
|
320 |
|
321 |
fine_z = torch.cat(fine_z, dim=-1)
|