From 8c7826c2399cf0ad948d24f87d0223e7a26dd775 Mon Sep 17 00:00:00 2001
From: Mirko Birbaumer <mirko.birbaumer@hslu.ch>
Date: Tue, 22 Mar 2022 17:15:11 +0000
Subject: [PATCH] new transfer learning

---
 ...r Notebook Block 5 - Object Detection and Segmentation.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/notebooks/Block_5/Jupyter Notebook Block 5 - Object Detection and Segmentation.ipynb b/notebooks/Block_5/Jupyter Notebook Block 5 - Object Detection and Segmentation.ipynb
index 37a8e6f..31fa867 100644
--- a/notebooks/Block_5/Jupyter Notebook Block 5 - Object Detection and Segmentation.ipynb	
+++ b/notebooks/Block_5/Jupyter Notebook Block 5 - Object Detection and Segmentation.ipynb	
@@ -656,7 +656,7 @@
     "    \n",
     "# The target image size can be fixed here (quadratic)\n",
     "# The ImageDataGenerator() automatically scales the images accordingly (aspect ratio is changed)\n",
-    "image_size = 180"
+    "image_size = 150"
    ]
   },
   {
-- 
GitLab