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 cff78aa commit 906c2e9Copy full SHA for 906c2e9
torchvision/models/detection/backbone_utils.py
@@ -158,7 +158,7 @@ def _validate_trainable_layers(
158
if not is_trained:
159
if trainable_backbone_layers is not None:
160
warnings.warn(
161
- "Changing trainable_backbone_layers has not effect if "
+ "Changing trainable_backbone_layers has no effect if "
162
"neither pretrained nor pretrained_backbone have been set to True, "
163
f"falling back to trainable_backbone_layers={max_value} so that all layers are trainable"
164
)
0 commit comments