I’m trying to use tensorRT on virtualenv. tensorRT is 6.0.1. The device is a jets on nano.
When I run the program I get the following error.
AttributeError: module 'tensorrt' has no attribute 'volume'
How can I solve it?
import tensorrt as trt does not produce any error.
Thanks!