We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203bbdd commit ea604cbCopy full SHA for ea604cb
rfdetr/config.py
@@ -81,12 +81,6 @@ class RFDETRNanoConfig(RFDETRBaseConfig):
81
class RFDETRSmallConfig(RFDETRBaseConfig):
82
"""
83
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
90
91
out_feature_indexes: List[int] = [3, 6, 9, 12]
92
num_windows: int = 2
0 commit comments