用户您好,请详细描述您所遇到的问题。
1.硬件获取渠道:
2.当前系统镜像版本:
3.当前天工开物版本:
hb_mapper version : 1.9.9
hbdk version : 3.37.2
hbdk runtime version: 3.14.14
INFO horizon_nn version : 0.14.0
############# calibration_parameters info #############
preprocess_on : False
calibration_type: : default
cal_data_type : float32
run_on_bpu : GridSample_1452;GridSample_2123;
4.问题定位:
GridSample转模型时候显示不再bpu上运行,并且在配置文件里面强制制定在bpu也没有用。
模型print:
GridSample_1452 CPU -- GridSample 0.996968 0.029899
GridSample_2123 CPU -- GridSample 0.998092 0.056013
可以看到是存在这两个node的,
配置里yaml文件写了:
然后运行bash 03_build.sh
最终输出
INFO ############# calibration_parameters info #############
INFO preprocess_on : False
INFO calibration_type: : default
INFO cal_data_type : float32
INFO run_on_bpu : GridSample_1452;GridSample_2123;
INFO ############# compiler_parameters info #############
INFO hbdk_pass_through_params: --debug --fast --O3
INFO input-source : {'inputs1': 'ddr', 'inputs2': 'ddr', '_default_value': 'ddr'}
ERROR HorizonRT not support these cpu operators: GridSample
5.开发的demo/案例:
6.需要提供的解决方案:

