We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0bc8f commit aea385aCopy full SHA for aea385a
captum/optim/models/_image/clip_resnet50x4_image.py
@@ -59,7 +59,7 @@ def clip_resnet50x4_image(
59
Default: ``False``
60
61
Returns:
62
- **model** (CLIP_ResNet50x4Image): An instance of a CLIP ResNet 50x4 model's
+ model (CLIP_ResNet50x4Image): An instance of a CLIP ResNet 50x4 model's
63
image portion.
64
"""
65
if pretrained:
captum/optim/models/_image/clip_resnet50x4_text.py
@@ -56,7 +56,7 @@ def clip_resnet50x4_text(
56
Default: ``49408``
57
58
- **model** (CLIP_ResNet50x4Text): An instance of a CLIP ResNet 50x4 model's text
+ model (CLIP_ResNet50x4Text): An instance of a CLIP ResNet 50x4 model's text
portion.
0 commit comments