Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacBook arm版本的支持? #44

Open
eawlot3000 opened this issue Apr 27, 2023 · 0 comments
Open

MacBook arm版本的支持? #44

eawlot3000 opened this issue Apr 27, 2023 · 0 comments

Comments

@eawlot3000
Copy link

eawlot3000 commented Apr 27, 2023

因在arm mac,我替换tensorflow而安装了pip install tensorflow-macos,其他无变化。
环境: arm mac os 12.6 + Python 3.9.16
进入到python后:

>>> from ttskit import http_server
>>> http_server.start_sever()  

第二个命令报错

Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Users/cherish/py3.9/lib/python3.9/site-packages/ttskit/http_server.py", line 95, in start_sever
from . import sdk_api
File "/Users/cherish/py3.9/lib/python3.9/site-packages/ttskit/sdk_api.py", line 55, in <module>
_stft = TacotronSTFT(File "/Users/cherish/py3.9/lib/python3.9/site-packages/ttskit/mellotron/layers.py", line 64, in __init__
self.stft_fn = STFT(filter_length, hop_length, win_length)
File "/Users/cherish/py3.9/lib/python3.9/site-packages/ttskit/mellotron/stft.py", line 67, in __init__
fft_window = pad_center(fft_window, filter_length
TypeError: pad_center() takes 1 positional argument but 2 were given
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant