@@ -254,7 +254,7 @@ def resnet18(
254254 `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_
255255
256256 Args:
257- pretrained (ResNet18_QuantizedWeights or ResNet18_Weights, optional): The pretrained
257+ weights (ResNet18_QuantizedWeights or ResNet18_Weights, optional): The pretrained
258258 weights for the model
259259 progress (bool): If True, displays a progress bar of the download to stderr
260260 quantize (bool): If True, return a quantized version of the model
@@ -283,7 +283,7 @@ def resnet50(
283283 `"Deep Residual Learning for Image Recognition" <https://arxiv.org/pdf/1512.03385.pdf>`_
284284
285285 Args:
286- pretrained (ResNet50_QuantizedWeights or ResNet50_Weights, optional): The pretrained
286+ weights (ResNet50_QuantizedWeights or ResNet50_Weights, optional): The pretrained
287287 weights for the model
288288 progress (bool): If True, displays a progress bar of the download to stderr
289289 quantize (bool): If True, return a quantized version of the model
@@ -312,7 +312,7 @@ def resnext101_32x8d(
312312 `"Aggregated Residual Transformation for Deep Neural Networks" <https://arxiv.org/pdf/1611.05431.pdf>`_
313313
314314 Args:
315- pretrained (ResNeXt101_32X8D_QuantizedWeights or ResNeXt101_32X8D_Weights, optional): The pretrained
315+ weights (ResNeXt101_32X8D_QuantizedWeights or ResNeXt101_32X8D_Weights, optional): The pretrained
316316 weights for the model
317317 progress (bool): If True, displays a progress bar of the download to stderr
318318 quantize (bool): If True, return a quantized version of the model
0 commit comments