PaddlePaddle / PaddleGAN

PaddlePaddle GAN library, including lots of interesting applications like First-Order motion transfer, Wav2Lip, picture repair, image editing, photo2cartoon, image style transfer, GPEN, and so on.
Apache License 2.0
7.82k stars 1.24k forks source link

本地使用wav2lip各种尝试都报段错误 #304

Closed thunder95 closed 3 years ago

thunder95 commented 3 years ago

按照官方教程一步步跑示例

Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations if data.dtype == np.object: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:02<00:00, 2.75s/it] 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:02<00:00, 2.75s/it]


C++ Traceback (most recent call last):

0 paddle::framework::SignalHandle(char const*, int) 1 paddle::platform::GetCurrentTraceBackString[abi:cxx11]()


Error Message Summary:

FatalError: Segmentation fault is detected by the operating system. [TimeInfo: Aborted at 1620281429 (unix time) try "date -d @1620281429" if you are using GNU date ] [SignalInfo: SIGSEGV (@0x0) received by PID 32030 (TID 0x7effcb6f4740) from PID 0 ]

qingqing01 commented 3 years ago

@thunder95 还有没有其他的错误信息? 现在错误信息太少了。您是CPU运行,还是GPU运行?如果是GPU注意cuDNN、CUDA环境一致。

thunder95 commented 3 years ago

@qingqing01 没有其他错误信息,是在gpu下运行。 同样的程序在cpu下运行正常。

qingqing01 commented 3 years ago

@thunder95 很大可能性是cuDNN、CUDA环境问题。当前的报错信息有点类似 https://github.com/PaddlePaddle/PaddleDetection/issues/2888

thunder95 commented 3 years ago

@qingqing01 嗯嗯 应该是我环境下cudnn8的原因