Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bw-bestperf
SAM
Commits
c1910835
Commit
c1910835
authored
Apr 10, 2023
by
anh-vunguyen
Committed by
ericmintun
Apr 12, 2023
Browse files
Corrected docstring typo of class PatchEmbed
parent
150e5812
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
segment_anything/modeling/image_encoder.py
segment_anything/modeling/image_encoder.py
+1
-1
No files found.
segment_anything/modeling/image_encoder.py
View file @
c1910835
...
@@ -380,7 +380,7 @@ class PatchEmbed(nn.Module):
...
@@ -380,7 +380,7 @@ class PatchEmbed(nn.Module):
stride (Tuple): stride of the projection layer.
stride (Tuple): stride of the projection layer.
padding (Tuple): padding size of the projection layer.
padding (Tuple): padding size of the projection layer.
in_chans (int): Number of input image channels.
in_chans (int): Number of input image channels.
embed_dim (int):
embed_dim (int):
Patch embedding dimension.
embed_dim (int): Patch embedding dimension.
"""
"""
super
().
__init__
()
super
().
__init__
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment