Sense-X / UniFormer

[ICLR2022] official implementation of UniFormer
Apache License 2.0
812 stars 111 forks source link

Support huggingface #131

Open not-lain opened 5 months ago

not-lain commented 5 months ago

this pr will mainly add 3 methods to the uniformer model

allowing your model to be easily integrated with huggingface using the PyTorchModelHubMixin class, I made this notebook explaining how to use it

Why you should integrate your model with huggingface ?

do not hesitate if you have any reviews on the pr or any questions.

Kind regards, Hafedh Hichri