deeplabv3 我使用cpu运行代码时没问题,在使用GPU出错
Created by: zhengzhe97
train.py:35: FutureWarning: Using a non-tuple sequence for multidimensional indexing is deprecated; use arr[tuple(seq)] instead of arr[seq]. In the future this will be interpreted as an array index, arr[np.array(seq)], which will result either in an error or a different result. a = a[slices]
* Aborted at 1545288441 (unix time) try "date -d @1545288441" if you are using GNU date *
PC: @ 0x0 (unknown)* SIGSEGV (@0x0) received by PID 12022 (TID 0x7f6e9b7fe700) from PID 0; stack trace: *
@ 0x7f72f426f330 (unknown) @ 0x0 (unknown) Segmentation fault (core dumped)对于所给的报错不是很理解