From 54d65160b799ec75c2a8c01de6cb069bf417eabe Mon Sep 17 00:00:00 2001
From: Glenn Jocher <glenn.jocher@ultralytics.com>
Date: Mon, 12 Apr 2021 12:26:28 +0200
Subject: [PATCH] Update tutorial.ipynb

---
 tutorial.ipynb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tutorial.ipynb b/tutorial.ipynb
index f334f5a1..881632da 100644
--- a/tutorial.ipynb
+++ b/tutorial.ipynb
@@ -607,7 +607,7 @@
           "output_type": "stream",
           "text": [
             "Namespace(agnostic_nms=False, augment=False, classes=None, conf_thres=0.25, device='', exist_ok=False, img_size=640, iou_thres=0.45, name='exp', project='runs/detect', save_conf=False, save_txt=False, source='data/images/', update=False, view_img=False, weights=['yolov5s.pt'])\n",
-            "YOLOv5 🚀 v4.0-137-g9b11f0c torch 1.8.0+cu101 CUDA:0 (Tesla V100-SXM2-16GB, 16160.5MB)\n",
+            "YOLOv5 🚀 v5.0-1-g0f395b3 torch 1.8.1+cu101 CUDA:0 (Tesla V100-SXM2-16GB, 16160.5MB)\n",
             "\n",
             "Fusing layers... \n",
             "Model Summary: 224 layers, 7266973 parameters, 0 gradients, 17.0 GFLOPS\n",
@@ -1263,4 +1263,4 @@
       "outputs": []
     }
   ]
-}
\ No newline at end of file
+}
-- 
GitLab