Skip to content

Commit 43275bb

Browse files
committed
🚀 Add optimal value for cutoff_ratio.
1 parent ba3e221 commit 43275bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow_tts/configs/mb_melgan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def __init__(self, **kwargs):
2424
super().__init__(**kwargs)
2525
self.subbands = kwargs.pop("subbands", 4)
2626
self.taps = kwargs.pop("taps", 62)
27-
self.cutoff_ratio = kwargs.pop("cutoff_ratio", 0.15)
27+
self.cutoff_ratio = kwargs.pop("cutoff_ratio", 0.142)
2828
self.beta = kwargs.pop("beta", 9.0)
2929

3030

0 commit comments

Comments
 (0)