Fix docs griffe warning

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
pull/8571/head
Glenn Jocher 9 months ago
parent f235fb8010
commit 7c78673609
  1. 1
      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):

Loading…
Cancel
Save