Spaces:
Runtime error
Runtime error
Hugo Flores
commited on
Commit
·
554c010
1
Parent(s):
5a0a80a
rm comment
Browse files- vampnet/modules/base.py +0 -5
vampnet/modules/base.py
CHANGED
|
@@ -31,11 +31,6 @@ class VampBase(at.ml.BaseModel):
|
|
| 31 |
def forward(self, x: torch.Tensor, r: torch.Tensor):
|
| 32 |
raise NotImplementedError
|
| 33 |
|
| 34 |
-
# TODO: add a beat tracking method
|
| 35 |
-
# that uses a beat tracking model to find beat positions
|
| 36 |
-
# and then unmask the codes in those poisitions (with some width)
|
| 37 |
-
# and drop them out with some randomness
|
| 38 |
-
# and have the option to DONT drop out downbeats for
|
| 39 |
def add_noise(
|
| 40 |
self,
|
| 41 |
x: torch.Tensor,
|
|
|
|
| 31 |
def forward(self, x: torch.Tensor, r: torch.Tensor):
|
| 32 |
raise NotImplementedError
|
| 33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
def add_noise(
|
| 35 |
self,
|
| 36 |
x: torch.Tensor,
|