facebookresearch / textlesslib

Library for Textless Spoken Language Processing
MIT License
518 stars 50 forks source link

calling tacotron2 stales with numpy=1.22 #21

Closed RobinAlgayres closed 1 year ago

RobinAlgayres commented 1 year ago

Just sharing a problem i've had and solved: calling tacotron2 with textlesslib stales because of the linalg.pinv function. I downgraded numpy to 1.21.5 and the problem is fixed.