Updated C2f docstring (#3732)

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
Harsh Dhamecha
2023-07-14 14:46:03 +02:00
committed by GitHub
co-authored by Glenn Jocher
parent 71f78a62b3
commit c5991d7cd8
+1 -1
View File
@@ -166,7 +166,7 @@ class C2(nn.Module):
class C2f(nn.Module):
"""CSP Bottleneck with 2 convolutions."""
"""Faster Implementation of CSP Bottleneck with 2 convolutions."""
def __init__(self, c1, c2, n=1, shortcut=False, g=1, e=0.5): # ch_in, ch_out, number, shortcut, groups, expansion
super().__init__()