pull/3900/head
drryanhuang 9 months ago
parent df188b673e
commit 189acc6297

@ -1,5 +1,3 @@
# File under the MIT license, see https://github.com/adefossez/julius/LICENSE for details.
# Author: adefossez, 2020
""" """
Implementation of a FFT based 1D convolution in PaddlePaddle. Implementation of a FFT based 1D convolution in PaddlePaddle.
While FFT is used in some cases for small kernel sizes, it is not the default for long ones, e.g. 512. While FFT is used in some cases for small kernel sizes, it is not the default for long ones, e.g. 512.

@ -1,5 +1,3 @@
# File under the MIT license, see https://github.com/adefossez/julius/LICENSE for details.
# Author: adefossez, 2020
import random import random
import sys import sys
import unittest import unittest

@ -353,6 +353,3 @@ def test_ensure_max_of_audio():
after = spk.deepcopy().ensure_max_of_audio() after = spk.deepcopy().ensure_max_of_audio()
assert paddle.allclose(after.audio_data, spk.audio_data) assert paddle.allclose(after.audio_data, spk.audio_data)
test_normalize()

@ -1,4 +1,3 @@
# File under the MIT license, see https://github.com/your_repo/your_license for details.
import random import random
import sys import sys
import unittest import unittest

@ -1,5 +1,3 @@
# File under the MIT license, see https://github.com/adefossez/julius/LICENSE for details.
# Author: adefossez, 2020
import math import math
import random import random
import sys import sys

@ -1,5 +1,3 @@
# File under the MIT license, see https://github.com/adefossez/julius/LICENSE for details.
# Author: adefossez, 2020
import math import math
import random import random
import sys import sys

Loading…
Cancel
Save