Commit Graph

2 Commits

Author SHA1 Message Date
Exulan b92361b99f fix-torch-stft-error-on-gpus-sm-53
This pull request addresses an issue that arises when executing the finetune_speaker_v2.py script on GPUs with compute capability less than SM_53. The error occurs at line 104 of mel_processing.py, where the torch.stft() function is called with a half data type. To fix this, I updated the data type to float.
2023-03-03 16:17:28 +11:00
SongtingLiu d55f02b1e6 Add files via upload 2023-02-11 08:22:58 +08:00