Update infer/lib/predictors/RMVPE/RMVPE.py
Browse files
infer/lib/predictors/RMVPE/RMVPE.py
CHANGED
|
@@ -7,7 +7,7 @@ import torch.nn.functional as F
|
|
| 7 |
|
| 8 |
sys.path.append(os.getcwd())
|
| 9 |
|
| 10 |
-
from
|
| 11 |
|
| 12 |
N_MELS, N_CLASS = 128, 360
|
| 13 |
|
|
|
|
| 7 |
|
| 8 |
sys.path.append(os.getcwd())
|
| 9 |
|
| 10 |
+
from infer.lib.predictors.RMVPE.mel import MelSpectrogram
|
| 11 |
|
| 12 |
N_MELS, N_CLASS = 128, 360
|
| 13 |
|