hunterhogan commited on
Commit
972baa0
·
verified ·
1 Parent(s): 6fcb60a

Upload folder using huggingface_hub

Browse files
bs_roformer_voc_hyperacev2.py CHANGED
@@ -1,6 +1,6 @@
1
  import torch
2
 
3
- modelConfiguration = { 'audio': { 'chunk_size': 2 ** 20,
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 ** 20,
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,