From d75e918a315dfa327db9e0af9018882fa8b065b1 Mon Sep 17 00:00:00 2001 From: DDchengPi <1939494927@qq.com> Date: Mon, 4 Dec 2023 23:13:58 +0800 Subject: [PATCH] a good day --- train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train.py b/train.py index 4c3bec34835f..4e7715966a02 100644 --- a/train.py +++ b/train.py @@ -1,4 +1,4 @@ -# YOLOv5 🚀 by Ultralytics, AGPL-3.0 license +# a good day YOLOv5 🚀 by Ultralytics, AGPL-3.0 license """ Train a YOLOv5 model on a custom dataset. Models and datasets download automatically from the latest YOLOv5 release.