Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add apple's new model: FastViT #73

Open
rotem154154 opened this issue Mar 27, 2023 · 4 comments
Open

add apple's new model: FastViT #73

rotem154154 opened this issue Mar 27, 2023 · 4 comments

Comments

@rotem154154
Copy link

Apple just released very exiting model named FastViT.
is there any plan on relese it?
https://arxiv.org/abs/2303.14189

@jameslahm
Copy link

Hi, I try to reproduce the FastViT. Here is the coreml model of my reproduced FastViT-T12. However, I find its mobile latency is much bigger than the latency data reported in Table 5 in the paper. I use iPhone 12 and Xcode coreml performance tool to measure the latency. According to Table 9 in the mobileone paper and the Table 5 in the FastViT paper, FastViT-T12 can obtain the similar mobile latency as MobileOne-S2, \ie, about 1.2ms.
image
image
However, the actual latency I measured is MobileOne-S2: 1.13ms and FastViT-T12: 1.73ms.
image
image
I wonder if there is something wrong with my reproduction. Could you give me some guide or would you mind sharing the code? Thanks a lot! Any advice is appreciated.

@vizaiapp
Copy link

@jameslahm can you link to repo?

@shituo123456
Copy link

@jameslahm Can I see your source code?

@Wikidepia
Copy link

It seems to be available now: https://github.com/apple/ml-cvnets/blob/c668ad13d67b3e8829e810d4b6e16ad7f77fd4aa/cvnets/models/classification/fastvit.py. But there is no pretrained model yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants