Skip to content

Commit aea385a

Browse files
authored
Improve docs
1 parent 0e0bc8f commit aea385a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

captum/optim/models/_image/clip_resnet50x4_image.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def clip_resnet50x4_image(
5959
Default: ``False``
6060
6161
Returns:
62-
**model** (CLIP_ResNet50x4Image): An instance of a CLIP ResNet 50x4 model's
62+
model (CLIP_ResNet50x4Image): An instance of a CLIP ResNet 50x4 model's
6363
image portion.
6464
"""
6565
if pretrained:

captum/optim/models/_image/clip_resnet50x4_text.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def clip_resnet50x4_text(
5656
Default: ``49408``
5757
5858
Returns:
59-
**model** (CLIP_ResNet50x4Text): An instance of a CLIP ResNet 50x4 model's text
59+
model (CLIP_ResNet50x4Text): An instance of a CLIP ResNet 50x4 model's text
6060
portion.
6161
"""
6262
if pretrained:

0 commit comments

Comments
 (0)