find tensorrt version code example
Example 1: check version of tensorrt
#for TensorRT:
dpkg -l | grep nvinfer
Example 2: how to find the version of tensorflow command linw
!python -c 'import tensorflow as tf; print(tf.__version__)'
#for TensorRT:
dpkg -l | grep nvinfer
!python -c 'import tensorflow as tf; print(tf.__version__)'