Corrected docstring typo of class PatchEmbed

This commit is contained in:
anh-vunguyen 2023-04-10 22:53:23 +09:30 committed by ericmintun
parent 150e5812c7
commit c1910835a3

View File

@ -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__()