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.21k stars 317 forks source link

Add multi-scale sampler from MobileViT #45

Closed xperzy closed 2 years ago

xperzy commented 2 years ago

Describe your feature request Add the multi-scale sampler for multi gpu batch sampling

Describe the reference code or paper Refer to MobileViT paper: https://arxiv.org/pdf/2110.02178.pdf Page 18.

Describe the possible solution Refer to original paper.

Additional context N/A

xperzy commented 2 years ago

This feature request for multi scale sampler DDP has been added in https://github.com/BR-IDL/PaddleViT/tree/develop/image_classification/MobileViT

So I close this issue.