PaddlePaddle/PaddleHub

Process finished with exit code -1073740791 (0xC0000409)

WestbrookZero opened this issue · 0 comments

code:
import paddlehub as hub

W2F_Module = hub.Module(name="wav2lip")
W2F_Module.wav2lip_transfer(face='output/FOM.mp4',
audio='wavs/1.wav',
output_dir='./transfer_result/',
use_gpu=True)

environment:
win10 、python3.7 、paddlehub=2.3.1 、paddlepaddle=2.4、paddlepaddle-gpu=2.4、typeguard=2.13.3
cuda=10.2 cudnn=7.6

error:
[08/08 13:27:38] ppgan INFO: Found C:\Users\wuq.DN.cache\ppgan\GPEN-512.pdparams
W0808 13:27:40.043895 14896 gpu_resources.cc:61] Please NOTE: device: 0, GPU Compute Capability: 6.1, Driver API Version: 11.4, Runtime API Version: 10.2
W0808 13:27:40.055925 14896 gpu_resources.cc:91] device: 0, cuDNN Version: 7.6.
Reading video frames...
Number of frames available for inference: 300
Length of mel chunks: 123
Model loaded
0%| | 0/1 [00:00<?, ?it/s]
0%| | 0/8 [00:00<?, ?it/s]
Process finished with exit code -1073740791 (0xC0000409)