We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Traceback (most recent call last): File "svc_trainer.py", line 46, in train(0, args, args.checkpoint_path, hp, hp_str) File "/home/yango/code/Thin-Plate-Spline-Motion-Model/third_party/DINet/third_party/lora-svc/utils/train.py", line 109, in train validate(hp, args, model_g, model_d, valloader, stft, writer, step, device) File "/home/yango/code/Thin-Plate-Spline-Motion-Model/third_party/DINet/third_party/lora-svc/utils/validation.py", line 22, in validate mel_fake = stft.mel_spectrogram(fake_audio.squeeze(1)) File "/home/yango/code/Thin-Plate-Spline-Motion-Model/third_party/DINet/third_party/lora-svc/utils/stft.py", line 90, in mel_spectrogram center=self.center, pad_mode='reflect', normalized=False, onesided=True, return_complex=False) File "/home/yango/.conda/envs/dinet/lib/python3.7/site-packages/torch/functional.py", line 607, in stft normalized, onesided, return_complex) RuntimeError: cuFFT error: CUFFT_INTERNAL_ERROR
The text was updated successfully, but these errors were encountered:
torch是什么版本呢?
Sorry, something went wrong.
4090显卡,torch.version==1.12.0
我用3060 6G的笔记本跑的微调,应该不是显存不够;
应该是这个问题:pytorch/pytorch#88038
No branches or pull requests
Traceback (most recent call last):
File "svc_trainer.py", line 46, in
train(0, args, args.checkpoint_path, hp, hp_str)
File "/home/yango/code/Thin-Plate-Spline-Motion-Model/third_party/DINet/third_party/lora-svc/utils/train.py", line 109, in train
validate(hp, args, model_g, model_d, valloader, stft, writer, step, device)
File "/home/yango/code/Thin-Plate-Spline-Motion-Model/third_party/DINet/third_party/lora-svc/utils/validation.py", line 22, in validate
mel_fake = stft.mel_spectrogram(fake_audio.squeeze(1))
File "/home/yango/code/Thin-Plate-Spline-Motion-Model/third_party/DINet/third_party/lora-svc/utils/stft.py", line 90, in mel_spectrogram
center=self.center, pad_mode='reflect', normalized=False, onesided=True, return_complex=False)
File "/home/yango/.conda/envs/dinet/lib/python3.7/site-packages/torch/functional.py", line 607, in stft
normalized, onesided, return_complex)
RuntimeError: cuFFT error: CUFFT_INTERNAL_ERROR
The text was updated successfully, but these errors were encountered: