`Segmentation fault` is detected by the operating system.
I have seen the same issue previously by different users but no solution is provided if you have found a solution please let me know.
W0430 06:54:48.080085 1245 device_context.cc:362] Please NOTE: device: 0, GPU Compute Capability: 6.0, Driver API Version: 11.0, Runtime API Version: 10.2 W0430 06:54:48.083513 1245 device_context.cc:372] device: 0, cuDNN Version: 8.0. [04/30 06:54:53] ppdet.utils.checkpoint INFO: Finish loading model weights: /root/.cache/paddle/weights/ResNet50_vd_ssld_pretrained.pdparams
C++ Traceback (most recent call last):
0 paddle::framework::SignalHandle(char const*, int) 1 paddle::platform::GetCurrentTraceBackStringabi:cxx11
Error Message Summary:
FatalError: Segmentation fault is detected by the operating system.
[TimeInfo: *** Aborted at 1619765694 (unix time) try "date -d @1619765694" if you are using GNU date ***]
[SignalInfo: *** SIGSEGV (@0x0) received by PID 1245 (TID 0x7ff4baebf740) from PID 0 ***]
请问这是在运行model模型挂出的问题还是说安装Paddle后 import paddle出现的问题呢?
@jiweibo after the following command. what cuda version does this use? !python tools/train.py -c configs/ppyolo/ppyolo_r50vd_dcn_voc.yml
@jiweibo any updates.