PaddlePaddle / PaddleHub

Awesome pre-trained models toolkit based on PaddlePaddle. (400+ models including Image, Text, Audio, Video and Cross-Modal with Easy Inference & Serving)【安全加固,暂停交互,请耐心等待】
https://www.paddlepaddle.org.cn/hub
Apache License 2.0
12.73k stars 2.07k forks source link

Process finished with exit code -1073740791 (0xC0000409) #2290

Open WestbrookZero opened 1 year ago

WestbrookZero commented 1 year ago

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)