From 447c6d3bd68068b66df06ec49c07842210032938 Mon Sep 17 00:00:00 2001 From: Orel Yehuda Date: Mon, 10 Jul 2023 14:02:40 -0700 Subject: [PATCH] Update ResNet50_Inference_gpu - Removed ' character from output_dir variable --- .../ResNet50_Inference_gpu.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_ModelZoo_Inference_with_FP32_Int8/ResNet50_Inference_gpu.ipynb b/AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_ModelZoo_Inference_with_FP32_Int8/ResNet50_Inference_gpu.ipynb index 4cf50604aa..14629ba072 100644 --- a/AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_ModelZoo_Inference_with_FP32_Int8/ResNet50_Inference_gpu.ipynb +++ b/AI-and-Analytics/Features-and-Functionality/IntelTensorFlow_ModelZoo_Inference_with_FP32_Int8/ResNet50_Inference_gpu.ipynb @@ -25,7 +25,7 @@ "source": [ "precision = \"fp32\" # or \"int8\" or \"fp16\"\n", "batch_size = 1024\n", - "output_dir= './''" + "output_dir= './'" ] }, {