From 7c786736095c0d3862cf16e1bd1a2c6ec536b6b8 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 3 Mar 2024 23:25:28 +0100 Subject: [PATCH] Fix docs griffe warning Signed-off-by: Glenn Jocher --- ultralytics/nn/modules/block.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ultralytics/nn/modules/block.py b/ultralytics/nn/modules/block.py index 53a6e91de..97d140af1 100644 --- a/ultralytics/nn/modules/block.py +++ b/ultralytics/nn/modules/block.py @@ -537,7 +537,6 @@ class BNContrastiveHead(nn.Module): Args: embed_dims (int): Embed dimensions of text and image features. - norm_cfg (dict): Normalization parameters. """ def __init__(self, embed_dims: int):