Skip to content

Commit

Permalink
Correct typo in TinyViTBlock documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Casey Korver committed Jun 30, 2023
1 parent c0586ac commit a79df65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile_sam/modeling/tiny_vit_sam.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ class TinyViTBlock(nn.Module):
Args:
dim (int): Number of input channels.
input_resolution (tuple[int, int]): Input resulotion.
input_resolution (tuple[int, int]): Input resolution.
num_heads (int): Number of attention heads.
window_size (int): Window size.
mlp_ratio (float): Ratio of mlp hidden dim to embedding dim.
Expand Down

0 comments on commit a79df65

Please sign in to comment.