From d1fb80b2e749bfc8fed5d31a9a1d6be86dad6478 Mon Sep 17 00:00:00 2001 From: homembit Date: Wed, 14 Nov 2018 15:11:58 -0600 Subject: [PATCH] Update README.md Fix the tutorial execution command line (tested on the OpenVINO Workshop Notebooks). --- dl-model-training/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dl-model-training/README.md b/dl-model-training/README.md index 3405b899..66aab084 100644 --- a/dl-model-training/README.md +++ b/dl-model-training/README.md @@ -32,7 +32,7 @@ sudo pip install keras tensorflow ## Run the tutorial ``` -python3 Deep_Learning_Tutorial.py +python Deep_Learning_Tutorial.py ``` ## How the tutorial code works