Browse Source

modify RepRTCBlock

yjh0410 1 năm trước cách đây
mục cha
commit
4bba2276fc
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      models/detectors/rtdetr/basic_modules/basic.py

+ 0 - 1
models/detectors/rtdetr/basic_modules/basic.py

@@ -326,4 +326,3 @@ class RepRTCBlock(nn.Module):
         out = self.conv3(sum(out))
 
         return out
-