Unverified Commit ff8fae92 authored by Aditya Oke's avatar Aditya Oke Committed by GitHub
Browse files

Fix resnext docs (#6044)


Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
parent b52f2331
...@@ -378,7 +378,7 @@ def resnext101_32x8d( ...@@ -378,7 +378,7 @@ def resnext101_32x8d(
GPU inference is not yet supported. GPU inference is not yet supported.
Args: Args:
weights (:class:`~torchvision.models.quantization.ResNet101_32X8D_QuantizedWeights` or :class:`~torchvision.models.ResNet101_32X8D_Weights`, optional): The weights (:class:`~torchvision.models.quantization.ResNeXt101_32X8D_QuantizedWeights` or :class:`~torchvision.models.ResNeXt101_32X8D_Weights`, optional): The
pretrained weights for the model. See pretrained weights for the model. See
:class:`~torchvision.models.quantization.ResNet101_32X8D_QuantizedWeights` below for :class:`~torchvision.models.quantization.ResNet101_32X8D_QuantizedWeights` below for
more details, and possible values. By default, no pre-trained more details, and possible values. By default, no pre-trained
...@@ -391,10 +391,10 @@ def resnext101_32x8d( ...@@ -391,10 +391,10 @@ def resnext101_32x8d(
<https://github.com/pytorch/vision/blob/main/torchvision/models/quantization.resnet.py>`_ <https://github.com/pytorch/vision/blob/main/torchvision/models/quantization.resnet.py>`_
for more details about this class. for more details about this class.
.. autoclass:: torchvision.models.quantization.ResNet101_32X8D_QuantizedWeights .. autoclass:: torchvision.models.quantization.ResNeXt101_32X8D_QuantizedWeights
:members: :members:
.. autoclass:: torchvision.models.ResNet101_32X8D_Weights .. autoclass:: torchvision.models.ResNeXt101_32X8D_Weights
:members: :members:
:noindex: :noindex:
""" """
...@@ -421,7 +421,7 @@ def resnext101_64x4d( ...@@ -421,7 +421,7 @@ def resnext101_64x4d(
GPU inference is not yet supported. GPU inference is not yet supported.
Args: Args:
weights (:class:`~torchvision.models.quantization.ResNet101_64X4D_QuantizedWeights` or :class:`~torchvision.models.ResNet101_64X4D_Weights`, optional): The weights (:class:`~torchvision.models.quantization.ResNeXt101_64X4D_QuantizedWeights` or :class:`~torchvision.models.ResNeXt101_64X4D_Weights`, optional): The
pretrained weights for the model. See pretrained weights for the model. See
:class:`~torchvision.models.quantization.ResNet101_64X4D_QuantizedWeights` below for :class:`~torchvision.models.quantization.ResNet101_64X4D_QuantizedWeights` below for
more details, and possible values. By default, no pre-trained more details, and possible values. By default, no pre-trained
...@@ -434,10 +434,10 @@ def resnext101_64x4d( ...@@ -434,10 +434,10 @@ def resnext101_64x4d(
<https://github.com/pytorch/vision/blob/main/torchvision/models/quantization.resnet.py>`_ <https://github.com/pytorch/vision/blob/main/torchvision/models/quantization.resnet.py>`_
for more details about this class. for more details about this class.
.. autoclass:: torchvision.models.quantization.ResNet101_64X4D_QuantizedWeights .. autoclass:: torchvision.models.quantization.ResNeXt101_64X4D_QuantizedWeights
:members: :members:
.. autoclass:: torchvision.models.ResNet101_64X4D_Weights .. autoclass:: torchvision.models.ResNeXt101_64X4D_Weights
:members: :members:
:noindex: :noindex:
""" """
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment