-
Notifications
You must be signed in to change notification settings - Fork 29
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
how to use my trained pytorch model into android project? #9
Comments
you can save ONNX model and then transform to Caffe model. |
Hi,thank you for reply. Is your Android example use caffe model? If you did not use the caffe framework, would you tell me what Deep learning framework you use? |
No, I don't use Caffe on Android. NCNN is a good choice for Android. |
we have trained a pytorch model and then convert to onnx model, the onnx model can be loaded and runned by python and get same predict score as pytorch model. |
Can someone please provide your pretrained model with inference code in python |
Can you share how accurate you get with the model? |
hi,thanks for sharing~ if I trained my own model ,how to convert it into android project and how to do inference in android? thanks~
The text was updated successfully, but these errors were encountered: