MasayaKawamura / MB-iSTFT-VITS

Lightweight and High-Fidelity End-to-End Text-to-Speech with Multi-Band Generation and Inverse Short-Time Fourier Transform
Apache License 2.0
401 stars 64 forks source link

Have you ever encountered this problem?exp_cuda error #3

Closed FanhuaandLuomu closed 1 year ago

FanhuaandLuomu commented 1 year ago

RuntimeError: "exp_cuda" not implemented for 'ComplexFloat'

MasayaKawamura commented 1 year ago

Probably it is a problem with the torch version. Please try upgrading the torch version (e.g., pip install torch==1.12.0).

FanhuaandLuomu commented 1 year ago

@MasayaKawamura thks, are you training vits using 1.12.0 pytorch?

MasayaKawamura commented 1 year ago

Yes, some models were trained with 1.12.0 pytorch to make sure the program works. It might work in other versions.

FanhuaandLuomu commented 1 year ago

thks, pytorh 1.10 or 1.12.0 fixed