Commit Graph

4 Commits

Author SHA1 Message Date
Songting 4f316f2f64 Update mel_processing.py 2023-04-04 18:47:20 +08:00
Songting 41173bfec7 Adaptation to torch 2.0 2023-04-04 12:32:10 +08:00
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