Updated C2f docstring (#3732)

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
main
Harsh Dhamecha 1 year ago committed by GitHub
parent 71f78a62b3
commit c5991d7cd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ultralytics/nn/modules/block.py

@ -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…
Cancel
Save