yy6163773

Results 1 issues of yy6163773

对bolt进行了benchmark测试,install 阶段也关闭了 profile功能,只看模型总耗时,发现达不到文章里提到的性能,不知道是我哪里用错了,请帮忙看一下 如图所示 ![WXWorkCapture_16431661593291](https://user-images.githubusercontent.com/46490038/151124923-a8f3408c-670f-486b-b241-819c755243b5.png) 文章里提到对squeezent1.1在高通888 half情况下耗时为3.949ms,我在小米11 高通888实测fp16case耗时为avg_time:7.443091ms/data; 为了验证,我实际测试了一下 https://github.com/huawei-noah/bolt/blob/master/docs/USER_HANDBOOK.md中提到的 resnet50这个网络,利用X2BOLT工具,我的命令如下./benchmark -a GPU -w 10 -l 10 -m ResNet-50_f16.bolt ![WXWorkCapture_16431838464497](https://user-images.githubusercontent.com/46490038/151124496-efec7859-e742-4206-9f26-c07aa2b4a55a.png) 高通888fp16耗时情况为 Benchmark Result: Output Tensor prob desc: dt:DT_F16 memFormat:DF_NCHW stride(1000,1,1)...