Hi,
This is a caffe-based model. Here are two possible inference engine on TX2.
1. Caffe
Please check this comment for the installation steps:
2. TensorRT
You can also inference a caffemodel with our TensorRT API.
Plese check this sample for more inforamtion:
$ /usr/src/tensorrt/samples/sampleGoogleNet/
Thanks.