chinhsuanwu / mobilevit-pytorch

A PyTorch implementation of "MobileViT: Light-weight, General-purpose, and Mobile-friendly Vision Transformer"
https://arxiv.org/abs/2110.02178
MIT License
501 stars 70 forks source link

License of pretrained weights #17

Open alzaia opened 1 year ago

alzaia commented 1 year ago

Hello there, I was wondering about the license of the pretrained weights of this model (for example the ones on HuggingFace, such as https://huggingface.co/apple/deeplabv3-mobilevit-small). The code has an MIT license, but does it extend to the weights? Thanks in advance!