预测阶段报错segmentation fault
Created by: LordAaron
用的是paddle.fluid 0.14.0, gpu是4卡的p4 训好的网络想用来做预测 定位是python脚本的这里出的问题:out_bbx = self.exe.run(self.program, feed=self.feeder.feed(img), fetch_list=[self.nmsed_out], return_numpy=False)
报出的错误不太懂:
*** Aborted at 1547469391 (unix time) try "date -d @1547469391" if you are using GNU date ***
PC: @ 0x0 (unknown)
*** SIGSEGV (@0x0) received by PID 20254 (TID 0x7f77e00b4700) from PID 0; stack trace: ***
@ 0x318b20f500 (unknown)
@ 0x0 (unknown)
[1] 20254 segmentation fault (core dumped) python visualize.py