BR-IDL / PaddleViT

:robot: PaddleViT: State-of-the-art Visual Transformer and MLP Models for PaddlePaddle 2.0+
https://github.com/BR-IDL/PaddleViT
Apache License 2.0
1.22k stars 318 forks source link

注释错误 #129

Closed tensorfly-gpu closed 2 years ago

tensorfly-gpu commented 2 years ago

swin_transformer.py -> 354 line

input_resolution: int, input resoultion

should be-->

input_resolution: tuple, input resoultion

defensetongxue commented 2 years ago

Thank you for pointing out this typo

xperzy commented 2 years ago

I close this issue since it is fixed by #131