田运杰 10 ماه پیش
والد
کامیت
cb9f76d079
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      ultralytics/nn/modules/block.py

+ 1 - 1
ultralytics/nn/modules/block.py

@@ -1247,7 +1247,7 @@ class AAttn(nn.Module):
 
 
 class ABlock(nn.Module):
 class ABlock(nn.Module):
     """
     """
-    ABlock class implementing a Area-Attention block with faster feature extraction.
+    ABlock class implementing a Area-Attention block with effective feature extraction.
 
 
     This class encapsulates the functionality for applying multi-head attention with feature map are dividing into areas
     This class encapsulates the functionality for applying multi-head attention with feature map are dividing into areas
     and feed-forward neural network layers.
     and feed-forward neural network layers.