mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-23 21:44:22 +08:00
Updated C2f docstring (#3732)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
71f78a62b3
commit
c5991d7cd8
@ -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…
x
Reference in New Issue
Block a user