Skip to content

Commit

Permalink
Update install_prerequisites.bat (#4205)
Browse files Browse the repository at this point in the history
* Update install_prerequisites.bat

Removed warning language to show that you can optionally install protobuf to speed up model conversion. It should not be a warning.

* Update install_prerequisites.bat
  • Loading branch information
Ryan Loney authored Feb 7, 2021
1 parent cfc3b56 commit 56b6e10
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ IF /I "%1%" EQU "" (
pip3 install --user -r ..\requirements%postfix%.txt

echo *****************************************************************************************
echo Warning: please expect that Model Optimizer conversion might be slow.
echo You can boost conversion speed by installing protobuf-*.egg located in the
echo Optional: To speed up model conversion process, install protobuf-*.egg located in the
echo "model-optimizer\install_prerequisites" folder or building protobuf library from sources.
echo For more information please refer to Model Optimizer FAQ, question #80.

Expand Down

0 comments on commit 56b6e10

Please sign in to comment.