You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
有大佬知道这是什么问题吗
The text was updated successfully, but these errors were encountered:
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
有大佬知道这是什么问题吗
The text was updated successfully, but these errors were encountered: