Hi, I’m running a recently Jetpack-flashed Xavier. Further I’ve downloaded Keras(2.1.6) with pip3, tensorflow-gpu (1.13.1+nv19.03). I’m then running a demo of a convolutional neural network (MaskRCNN) and when the script calls for the results of the network it works as it should until it reads in terminal:
date time: I tensorflow/stream_executor/sdo_loader.cc:153] sucessfully opened CUDA library libcublas.so.10.0 locally.
… then nothing happens for a brief second or so and then the Xavier shuts down.
It happened the same way multiple times. Trying to isolate the problem, I compiled some CUDA samples and they all ran well, I reinstalled CUDA just to be sure and the crash still happened. So my bet is that the fault is with tensorflow.
Other modifications done: installed a Samsung 970 Pro SSD harddisk and a Intel AC 7265 wifi-card.
Thanks in advance!