Dionyssos commited on
Commit
1f85510
·
1 Parent(s): d89dc52

natural vol of HiFi

Browse files
Files changed (1) hide show
  1. tts.py +1 -1
tts.py CHANGED
@@ -222,7 +222,7 @@ class StyleTTS2(nn.Module):
222
 
223
  # --
224
  total = torch.cat(total, 2)
225
- total /= 1.02 * total.abs().max() + 1e-7
226
  # --
227
  return total
228
 
 
222
 
223
  # --
224
  total = torch.cat(total, 2)
225
+ #total /= 1.04 * total.abs().max() + 1e-7
226
  # --
227
  return total
228