fix doc position

pull/2053/head
akiyuki ishikawa 2023-12-05 11:13:17 +09:00 committed by Ross Wightman
parent 4f2e1bf4cb
commit 2bd043ce5d
1 changed files with 1 additions and 1 deletions

View File

@ -383,8 +383,8 @@ class SwinTransformerStage(nn.Module):
"""
Args:
dim: Number of input channels.
input_resolution: Input resolution.
out_dim: Number of output channels.
input_resolution: Input resolution.
depth: Number of blocks.
downsample: Downsample layer at the end of the layer.
num_heads: Number of attention heads.