You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`"Aggregated Residual Transformation for Deep Neural Networks" <https://arxiv.org/pdf/1611.05431.pdf>`_
358
+
"""ResNeXt-101 32x8d model from
359
+
`Aggregated Residual Transformation for Deep Neural Networks <https://arxiv.org/abs/1611.05431.pdf>`_
330
360
331
361
Args:
332
-
weights (ResNeXt101_32X8D_QuantizedWeights or ResNeXt101_32X8D_Weights, optional): The pretrained
333
-
weights for the model
334
-
progress (bool): If True, displays a progress bar of the download to stderr
335
-
quantize (bool): If True, return a quantized version of the model
362
+
weights (:class:`~torchvision.models.quantization.ResNet101_32X8D_QuantizedWeights` or :class:`~torchvision.models.ResNet101_32X8D_Weights`, optional): The
363
+
pretrained weights for the model. See
364
+
:class:`~torchvision.models.quantization.ResNet101_32X8D_QuantizedWeights` below for
365
+
more details, and possible values. By default, no pre-trained
366
+
weights are used.
367
+
progress (bool, optional): If True, displays a progress bar of the
368
+
download to stderr. Default is True.
369
+
quantize (bool, optional): If True, return a quantized version of the model. Default is False.
370
+
**kwargs: parameters passed to the ``torchvision.models.quantization.QuantizableResNet``
`"Aggregated Residual Transformation for Deep Neural Networks" <https://arxiv.org/pdf/1611.05431.pdf>`_
396
+
"""ResNeXt-101 64x4d model from
397
+
`Aggregated Residual Transformation for Deep Neural Networks <https://arxiv.org/abs/1611.05431.pdf>`_
353
398
354
399
Args:
355
-
weights (ResNeXt101_64X4D_QuantizedWeights or ResNeXt101_64X4D_Weights, optional): The pretrained
356
-
weights for the model
357
-
progress (bool): If True, displays a progress bar of the download to stderr
358
-
quantize (bool): If True, return a quantized version of the model
400
+
weights (:class:`~torchvision.models.quantization.ResNet101_64X4D_QuantizedWeights` or :class:`~torchvision.models.ResNet101_64X4D_Weights`, optional): The
401
+
pretrained weights for the model. See
402
+
:class:`~torchvision.models.quantization.ResNet101_64X4D_QuantizedWeights` below for
403
+
more details, and possible values. By default, no pre-trained
404
+
weights are used.
405
+
progress (bool, optional): If True, displays a progress bar of the
406
+
download to stderr. Default is True.
407
+
quantize (bool, optional): If True, return a quantized version of the model. Default is False.
408
+
**kwargs: parameters passed to the ``torchvision.models.quantization.QuantizableResNet``
0 commit comments