Skip to content
This repository was archived by the owner on May 11, 2024. It is now read-only.

Commit c1e2b72

Browse files
author
Tony Reina
committedDec 28, 2020
Updating OV command
1 parent 8f4fe4b commit c1e2b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎2D/model.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ def print_openvino_mo_command(self, model_filename, input_shape):
383383
model = self.load_model(model_filename)
384384

385385
print("Convert the TensorFlow model to OpenVINO by running:\n")
386-
print("source /opt/intel/openvino/bin/setupvars.sh")
386+
print("source /opt/intel/openvino_2021/bin/setupvars.sh")
387387
print("python $INTEL_OPENVINO_DIR/deployment_tools/model_optimizer/mo_tf.py \\")
388388
print(" --saved_model_dir {} \\".format(model_filename))
389389

0 commit comments

Comments
 (0)
This repository has been archived.