Commit c1910835 authored by anh-vunguyen's avatar anh-vunguyen Committed by ericmintun
Browse files

Corrected docstring typo of class PatchEmbed

parent 150e5812
......@@ -380,7 +380,7 @@ class PatchEmbed(nn.Module):
stride (Tuple): stride of the projection layer.
padding (Tuple): padding size of the projection layer.
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__()
......
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