Upload folder using huggingface_hub
Browse files- bs_roformer_voc_hyperacev2.py +2 -2
- 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,
|
|
@@ -46,7 +46,7 @@ modelConfiguration = { 'audio': { 'chunk_size': 22 * 44100,
|
|
| 46 |
'ema_momentum': 0.999,
|
| 47 |
'grad_clip': 0,
|
| 48 |
'gradient_accumulation_steps': 1,
|
| 49 |
-
'instruments': ['vocals', '
|
| 50 |
'lr': 1e-05,
|
| 51 |
'num_epochs': 1000,
|
| 52 |
'num_steps': 1000,
|
|
|
|
| 1 |
import torch
|
| 2 |
|
| 3 |
+
modelConfiguration = { 'audio': { 'chunk_size': 20 * 48000,
|
| 4 |
'dim_f': 1024,
|
| 5 |
'dim_t': 801,
|
| 6 |
'hop_length': 441,
|
|
|
|
| 46 |
'ema_momentum': 0.999,
|
| 47 |
'grad_clip': 0,
|
| 48 |
'gradient_accumulation_steps': 1,
|
| 49 |
+
'instruments': ['vocals', 'instrum'],
|
| 50 |
'lr': 1e-05,
|
| 51 |
'num_epochs': 1000,
|
| 52 |
'num_steps': 1000,
|
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': 10 * 44100,
|
| 2 |
'dim_f': 1024,
|
| 3 |
'dim_t': 256,
|
| 4 |
'hop_length': 441,
|