pytorch-image-models icon indicating copy to clipboard operation
pytorch-image-models copied to clipboard

Add Uniformer model

Open iliasprc opened this issue 2 years ago • 1 comments

Add Uniformer implementation from https://github.com/Sense-X/UniFormer paper: https://arxiv.org/pdf/2201.09450.pdf

I converted the code to use the build_model_with_cfg( ) function

iliasprc avatar Oct 20 '23 10:10 iliasprc

The docs for this PR live here. All of your documentation changes will be reflected on that endpoint.