Skip to content

Commit

Permalink
Update plot_predictions.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyreina authored Dec 24, 2020
1 parent 9ea0a5b commit 7e850d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 3D/plot_predictions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"\n",
"In this notebook, we'll go through how to perform predictions on our 3D U-Net using both TensorFlow and OpenVINO™. You should be able to see that OpenVINO™ inference gives a significant speedup to these predictions.\n",
"\n",
"We'll assume that you already ran `train.py` and have trained a TensorFlow 3D U-Net model on the BraTS Medical Decathlon dataset. We'll further assume that you have converted the final TensorFlow 3D U-Net model to OpenVINO by running something like:\n",
"We'll assume that you already ran `train.py` and have trained a TensorFlow 3D U-Net model on the BraTS Medical Decathlon dataset. We'll further assume that you have converted the final TensorFlow 3D U-Net model to OpenVINO™ by running something like:\n",
"\n",
"```\n",
"source /opt/intel/openvino/bin/setupvars.sh\n",
Expand Down

0 comments on commit 7e850d6

Please sign in to comment.