Forráskód Böngészése

modify RepRTCBlock

yjh0410 1 éve
szülő
commit
4bba2276fc
1 módosított fájl, 0 hozzáadás és 1 törlés
  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
-