Corrected message about deprecated IR version (#1438)

This commit is contained in:
Ilya Lavrenov 2020-07-23 13:14:09 +03:00 committed by GitHub
parent 0063efeb09
commit 8fedb0bf94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,7 +147,9 @@ void assertIfIRv7LikeModel(std::istream & modelStream) {
} }
} }
THROW_IE_EXCEPTION << "IR v" << irVersion << " is deprecated. Please, migrate to IR v10 version"; THROW_IE_EXCEPTION << "The support of IR v" << irVersion << " has been removed from the product. "
"Please, convert the original model using the Model Optimizer which comes with this "
"version of the OpenVINO to generate supported IR version.";
} }
} // namespace } // namespace