Skip to content

Commit

Permalink
update sam docstring to show correct backbone in docstring (#1936)
Browse files Browse the repository at this point in the history
  • Loading branch information
divyashreepathihalli authored Oct 18, 2024
1 parent 788fb18 commit e38a372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keras_hub/src/models/sam/sam_image_segmenter.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class SAMImageSegmenter(ImageSegmenter):
Args:
backbone: A `keras_hub.models.VGGBackbone` instance.
backbone: A `keras_hub.models.SAMBackbone` instance.
Example:
Load pretrained model using `from_preset`.
Expand Down

0 comments on commit e38a372

Please sign in to comment.