Skip to content
New issue

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

RuntimeError: cuFFT error: CUFFT_INTERNAL_ERROR #724

Open
saybyee opened this issue Dec 9, 2024 · 0 comments
Open

RuntimeError: cuFFT error: CUFFT_INTERNAL_ERROR #724

saybyee opened this issue Dec 9, 2024 · 0 comments

Comments

@saybyee
Copy link

saybyee commented Dec 9, 2024

Traceback (most recent call last):
File "/home/calfxd/2T/xdcj/VideoInference_k.py", line 589, in
main()
File "/home/calfxd/2T/xdcj/VideoInference_k.py", line 586, in main
run(args_audio, args_facetxtpath, args_coordstxtpath, args_face, args_checkpoint_path, args_outfile, args_isEnglish = 0, args_img_size = 256, args_wav2lip_batch_size = 10)
File "/home/calfxd/2T/xdcj/VideoInference_k.py", line 287, in run
pred = model(img_masked, mel_batch)
File "/home/calfxd/anaconda3/envs/k/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1501, in _call_impl
return forward_call(*args, **kwargs)
File "/home/calfxd/2T/xdcj/models/paper2_model.py", line 40, in forward
output_face = self.ffc_adain_decoder(feats, audio_embedding)
File "/home/calfxd/anaconda3/envs/k/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1501, in _call_impl
return forward_call(*args, **kwargs)
File "/home/calfxd/2T/xdcj/models/FFC_AdaIN_Decoder.py", line 167, in forward
x = f[1](x, latent_sequence)
File "/home/calfxd/anaconda3/envs/k/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1501, in _call_impl
return forward_call(*args, **kwargs)
File "/home/calfxd/2T/xdcj/models/FFC_AdaIN_Decoder.py", line 98, in forward
x = model(x, z)
File "/home/calfxd/anaconda3/envs/k/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1501, in _call_impl
return forward_call(*args, **kwargs)
File "/home/calfxd/2T/xdcj/models/FFC_AdaIN_Decoder.py", line 78, in forward
x_l, x_g = self.conv1((x_l, x_g), z)
File "/home/calfxd/anaconda3/envs/k/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1501, in _call_impl
return forward_call(*args, **kwargs)
File "/home/calfxd/2T/xdcj/models/FFC_AdaIN_Decoder.py", line 58, in forward
x_l, x_g = self.ffc(x)
File "/home/calfxd/anaconda3/envs/k/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1501, in _call_impl
return forward_call(*args, **kwargs)
File "/home/calfxd/2T/xdcj/models/utils/ffc.py", line 222, in forward
out_xg = self.convl2g(x_l) * l2g_gate + self.convg2g(x_g)
File "/home/calfxd/anaconda3/envs/k/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1501, in _call_impl
return forward_call(*args, **kwargs)
File "/home/calfxd/2T/xdcj/models/utils/ffc.py", line 145, in forward
output = self.fu(x)
File "/home/calfxd/anaconda3/envs/k/lib/python3.10/site-packages/torch/nn/modules/module.py", line 1501, in _call_impl
return forward_call(*args, **kwargs)
File "/home/calfxd/2T/xdcj/models/utils/ffc.py", line 85, in forward
ffted = torch.fft.rfftn(x, dim=fft_dim, norm=self.fft_norm)
RuntimeError: cuFFT error: CUFFT_INTERNAL_ERROR

有大佬知道这是什么问题吗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant