Updated C2f docstring (#3732)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
71f78a62b3
commit
c5991d7cd8
1 changed files with 1 additions and 1 deletions
|
|
@ -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__()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue