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

Is there an alternative way to download the models from Tengine Model Zoo? #329

Open
ruck3rs opened this issue Jun 26, 2020 · 5 comments
Open

Comments

@ruck3rs
Copy link

ruck3rs commented Jun 26, 2020

Hello,
I am French and I am trying to download the models from Tengine model zoo. From my researches, it is not possible to download on pan.baidu.com from France.
Is there an other way for me to download the models? It would help me greatly!

Best regards.

@liqi-c
Copy link
Collaborator

liqi-c commented Jun 28, 2020

which models do you need .may we can upload it to github .

@ruck3rs
Copy link
Author

ruck3rs commented Jun 28, 2020

Thank you for your answer.
I am doing benchmark comparison between several approches to perform inference on embedded devices.
My goal is to test as many neural networks as possible. So I guess I need all the models from the Tengine Model Zoo.
If it is not possible, I would like to have at least squeezenet, resnet50, resnet18, mobilenet and mobilenetv2.
Would that be possible?

@liqi-c
Copy link
Collaborator

liqi-c commented Jun 29, 2020

Maybe you can use the benchmark provide by Tengine. when you finish compiling, file ./build/benchmark/src/benchmark will be generated. then you can run like this :
squeezenet_v1.1 :./build/benchmark/src/benchmark -s 1
mobilenetv1: ./build/benchmark/src/benchmark -s 0
resnet50: ./build/benchmark/src/benchmark -s 4
mobilenetv2: ./build/benchmark/src/benchmark -s 7
...

@ruck3rs
Copy link
Author

ruck3rs commented Jun 29, 2020

Thank you, I have seen this but I would like to measure accuracy over different datasets as well which cannot be done with the not-pretrained benchmark models.

@liqi-c
Copy link
Collaborator

liqi-c commented Jun 30, 2020

Sorry, if you want to test the accuracy, you may need to test your own model.
Currently, there is no other download address for model zoon . you can wait until the next version, and we will upgrade it ,thanks

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

2 participants