ruyijidan
ruyijidan
my FP16 trt model is 653.5M , I guess it‘s OK,because at GPU 970M the PFS from 10 to 20
can you see the trt model fps?if you can please tell me the detail version ty!! cudann7.5.?, Tensorflow1.13.?, TensorRT5.0.?
@Julyliying ty!but little obvious effect at 1080ti, cudnn7.5.1.10 Tensorflow1.13,.1 TensorRT5.1.5.0
model = alexnet(pretrained=True).eval().cuda() it;s regular pytorch model how can I convert my alexnet model ?
try onnx=>1.2 or 1.0
推荐看下Paddle-Inference-Demo https://github.com/PaddlePaddle/Paddle-Inference-Demo