Skip to content

Commit ea604cb

Browse files
committed
remove unnecessary docstring
1 parent 203bbdd commit ea604cb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

rfdetr/config.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,6 @@ class RFDETRNanoConfig(RFDETRBaseConfig):
8181
class RFDETRSmallConfig(RFDETRBaseConfig):
8282
"""
8383
The configuration for an RF-DETR Small model.
84-
85-
Args:
86-
out_feature_indexes (List[int]): out_feature_indexes
87-
num_windows (int): num_windows
88-
dec_layers (int): dec_layers
89-
patch_size (int): patch_size
9084
"""
9185
out_feature_indexes: List[int] = [3, 6, 9, 12]
9286
num_windows: int = 2

0 commit comments

Comments
 (0)