From a8bff1c421fa974e1a0fceb6b00daeab5c39fc25 Mon Sep 17 00:00:00 2001 From: Muhammad Rizwan Munawar Date: Sun, 12 Jan 2025 19:00:24 +0500 Subject: [PATCH] Update `val.md` (#18645) Signed-off-by: Muhammad Rizwan Munawar --- docs/en/modes/val.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/modes/val.md b/docs/en/modes/val.md index da275d63..a1cd3139 100644 --- a/docs/en/modes/val.md +++ b/docs/en/modes/val.md @@ -47,7 +47,7 @@ These are the notable functionalities offered by YOLO11's Val mode: ## Usage Examples -Validate trained YOLO11n model [accuracy](https://www.ultralytics.com/glossary/accuracy) on the COCO8 dataset. No arguments are needed as the `model` retains its training `data` and arguments as model attributes. See Arguments section below for a full list of export arguments. +Validate trained YOLO11n model [accuracy](https://www.ultralytics.com/glossary/accuracy) on the COCO8 dataset. No arguments are needed as the `model` retains its training `data` and arguments as model attributes. See Arguments section below for a full list of validation arguments. !!! example