Jetson Xavier NX running with Cuda and TF1.5

Hi,

1. Although Max-N only enable two CPU, it do have higher clock rate.
If your task is GPU-intensive, it should be able to give a better performance.

2. Swap memory tends to be slower.
Would you mind to try this comment to control the memory usage of TensorFlow:

3. Sorry that my comment might cause some confusing.
The way you used is called TF-TRT, which embeds TensorRT into the TensorFlow frameworks.
This approach consumes lots of memory since you need to enable TensorRT as well as TensorFlow.

It’s more recommended to use our pure TensorRT API. You can find some example here:
https://github.com/NVIDIA/TensorRT/tree/master/samples/opensource/sampleUffSSD

4. YES.

Thanks.