atlantis1314

Results 1 issues of atlantis1314

MNN::ScheduleConfig netConfig; netConfig.type = MNN_FORWARD_CPU; netConfig.numThread = 4; netConfig.backupType = netConfig.type; MNN::BackendConfig backend_config; backend_config.precision = MNN::BackendConfig::Precision_Low; netConfig.backendConfig = &backend_config; session = net->createSession(netConfig); mnn设置如上,当设置Precision_Normal 或Precision_High时,所有测试图片输出结果都正常, 为了提升性能,设置Precision_Low时,部分图片输出结果正常,部分图片输出结果全为0, 能帮忙分析下是什么原因吗,或者给点建议,谢谢! 使用的模型是同问题2960的lama模型。 编译时也设置了MNN_ARM82=ON 打开了mnn的日志输出,只有 MNNJNI...