hunterhogan commited on
Commit
57fcf45
·
verified ·
1 Parent(s): 6a864d6

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. bs_polarformer.py +2 -2
bs_polarformer.py CHANGED
@@ -33,7 +33,7 @@ modelConfiguration: dict[str, dict[str, int | float] | dict[str, dict[str, float
33
  'tanh_distortion': 0.01,
34
  'tanh_distortion_max': 0.7,
35
  'tanh_distortion_min': 0.1}},
36
- 'inference': {'batch_size': 2, 'chunk_size': 10 * 44100, 'dim_t': 1101, 'normalize': False, 'num_overlap': 2},
37
  'model': { 'attn_dropout': 0.0,
38
  'depth': 12,
39
  'dim': 256,
@@ -67,7 +67,7 @@ modelConfiguration: dict[str, dict[str, int | float] | dict[str, dict[str, float
67
  'ema_momentum': 0.999,
68
  'grad_clip': 0,
69
  'gradient_accumulation_steps': 1,
70
- 'instruments': ['vocals', 'other'],
71
  'lr': 1.0,
72
  'num_epochs': 1000,
73
  'num_steps': 1000,
 
33
  'tanh_distortion': 0.01,
34
  'tanh_distortion_max': 0.7,
35
  'tanh_distortion_min': 0.1}},
36
+ 'inference': {'batch_size': 6, 'chunk_size': 10 * 44100, 'dim_t': 1101, 'normalize': False, 'num_overlap': 2},
37
  'model': { 'attn_dropout': 0.0,
38
  'depth': 12,
39
  'dim': 256,
 
67
  'ema_momentum': 0.999,
68
  'grad_clip': 0,
69
  'gradient_accumulation_steps': 1,
70
+ 'instruments': ['vocals', 'instrum'],
71
  'lr': 1.0,
72
  'num_epochs': 1000,
73
  'num_steps': 1000,