jarredou commited on
Commit
4165f4b
·
verified ·
1 Parent(s): 96736b2

fix for 'use_amp' error

Browse files
config_mel_band_roformer_karaoke.yaml CHANGED
@@ -64,7 +64,7 @@ training:
64
  ema_momentum: 0.999
65
  optimizer: adam
66
  other_fix: false # it's needed for checking on multisong dataset if other is actually instrumental
67
-
68
  inference:
69
  batch_size: 1
70
  dim_t: 256
 
64
  ema_momentum: 0.999
65
  optimizer: adam
66
  other_fix: false # it's needed for checking on multisong dataset if other is actually instrumental
67
+ use_amp: true # enable or disable usage of mixed precision (float16) - usually it must be true
68
  inference:
69
  batch_size: 1
70
  dim_t: 256