Upload folder using huggingface_hub
Browse files- bs_roformer_voc_hyperacev2.py +1 -1
- config_deux_becruily.py +1 -1
bs_roformer_voc_hyperacev2.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import torch
|
| 2 |
|
| 3 |
-
modelConfiguration = { 'audio': { 'chunk_size':
|
| 4 |
'dim_f': 1024,
|
| 5 |
'dim_t': 801,
|
| 6 |
'hop_length': 441,
|
|
|
|
| 1 |
import torch
|
| 2 |
|
| 3 |
+
modelConfiguration = { 'audio': { 'chunk_size': 22 * 44100,
|
| 4 |
'dim_f': 1024,
|
| 5 |
'dim_t': 801,
|
| 6 |
'hop_length': 441,
|
config_deux_becruily.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
modelConfiguration = { 'audio': { 'chunk_size':
|
| 2 |
'dim_f': 1024,
|
| 3 |
'dim_t': 256,
|
| 4 |
'hop_length': 441,
|
|
|
|
| 1 |
+
modelConfiguration = { 'audio': { 'chunk_size': 15 * 44100,
|
| 2 |
'dim_f': 1024,
|
| 3 |
'dim_t': 256,
|
| 4 |
'hop_length': 441,
|