ultralytics 8.1.25 fix **kwargs: (dict) warnings (#8815)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Glenn Jocher 2024-03-09 18:51:38 +01:00 committed by GitHub
parent f8f62bc649
commit 2bc605f32a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 22 additions and 22 deletions

View file

@ -46,7 +46,7 @@ def multi_scale_deformable_attn_pytorch(
attention_weights: torch.Tensor,
) -> torch.Tensor:
"""
Multi-scale deformable attention.
Multiscale deformable attention.
https://github.com/IDEA-Research/detrex/blob/main/detrex/layers/multi_scale_deform_attn.py
"""