We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43275bb commit 8397a9cCopy full SHA for 8397a9c
tensorflow_tts/models/mb_melgan.py
@@ -82,7 +82,7 @@ def __init__(self, config, **kwargs):
82
* np.cos(
83
(2 * k + 1)
84
* (np.pi / (2 * subbands))
85
- * (np.arange(taps + 1) - (tap / 2))
+ * (np.arange(taps + 1) - (taps / 2))
86
+ (-1) ** k * np.pi / 4
87
)
88
0 commit comments