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

PaddleViT/image_classification/PiT/ random_erasing.py bug report #122

Closed dustasa closed 2 years ago

dustasa commented 2 years ago

Describe the bug

random_erasing.py line25, else rand_color: should be elif rand_color:

xperzy commented 2 years ago

Thanks for the issue, this has been fixed in commit 6f150b8, so I close this issue.