Swin-Transformer-TensorRT icon indicating copy to clipboard operation
Swin-Transformer-TensorRT copied to clipboard

Where are the diagrams below obtained ?

Open tensorflowt opened this issue 2 years ago • 1 comments

Hello! Thank you very much for your open source cod! I would like to know how the results of the analysis below are obtained. How was the QDREP file obtained here? FP16

Tanks !

tensorflowt avatar Mar 14 '22 11:03 tensorflowt

Hello! Thank you very much for your open source cod! I would like to know how the results of the analysis below are obtained. How was the QDREP file obtained here? FP16

Tanks !

With nsys profile, the command may be as below.

nsys profile -o swin_tiny_patch4_window7_224_no_quant_matmul_batch16 trtexec --loadEngine=./swin_tiny_patch4_window7_224_no_quant_matmul_batch16.engine --warmUp=0 --duration=0 --iterations=50

maggiez0138 avatar Mar 17 '22 09:03 maggiez0138