torch2trt
torch2trt copied to clipboard
Seems like trt module will decrease input data`s dimension to 4D.
As I pass a 5d tensor into trt module 【torch2trt(module, input)】. And my project will raise an error, the input tensor dimension is 4D. I pass a 1x1x128x128x128, and in that time the shape is 320x8x8x8. What happened?