diff --git a/IENetwork.cpp b/IENetwork.cpp index 57f5c9036..68c8e11c8 100644 --- a/IENetwork.cpp +++ b/IENetwork.cpp @@ -39,7 +39,7 @@ bool IENetwork::loadNetwork() { ALOGD("Creating infer request for Intel Device Type : %s", deviceStr.c_str()); if (mNetwork) { ov::AnyMap config; - config["NPU_COMPILATION_MODE_PARAMS"] = "enable-se-ptrs-operations=true enable-sep-transposed-conv=true"; + config["NPU_COMPILATION_MODE_PARAMS"] = "enable-se-ptrs-operations=true"; compiled_model = ie.compile_model(mNetwork, deviceStr, config); ALOGD("LoadNetwork is done....");