Commit
·
40d0bce
1
Parent(s):
9f6a578
Update modeling_mert.py
Browse files- modeling_mert.py +1 -1
modeling_mert.py
CHANGED
|
@@ -23,7 +23,7 @@ except:
|
|
| 23 |
print("WARNING: feature_extractor_cqt requires the libray 'nnAudio'")
|
| 24 |
NNAUDIO_INSTALLED=False
|
| 25 |
|
| 26 |
-
from configuration_mert import MERTConfig
|
| 27 |
|
| 28 |
_HIDDEN_STATES_START_POSITION = 1
|
| 29 |
|
|
|
|
| 23 |
print("WARNING: feature_extractor_cqt requires the libray 'nnAudio'")
|
| 24 |
NNAUDIO_INSTALLED=False
|
| 25 |
|
| 26 |
+
from .configuration_mert import MERTConfig
|
| 27 |
|
| 28 |
_HIDDEN_STATES_START_POSITION = 1
|
| 29 |
|