wxxu
Results
2
comments of
wxxu
> 我自己写了一个工程来读取图像,进行预处理后进行识别,利用提供的detection_output.cc处理最后一层,但是识别不到任何东西? > > ``` > { > // config runtime > #ifdef USEGPU > //mace::SetOpenMPThreadPolicy(-1,static_cast(1)); > mace::DeviceType device_type = mace::GPU;//CPU = 0, GPU = 2, HEXAGON = 3 >...
> TRT's MHA fusion does not support implicit quantizations yet. Please use explicit quantization instead: Add Q/DQ ops before the two batch gemms in the MHA and also add Q/DQ...