-
Notifications
You must be signed in to change notification settings - Fork 179
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 it in maui #1370
Comments
it might be pretty hard... #1083 |
but there must be a way as we know that c# is not capable enough to do much things like torch |
make an easy and seamless integration.you may use pytorch mobile |
You're not supposed to put torchlib on user devices, its too massive. You pretty much have two options:
|
but how does onnx exist for embedded devices? |
Something exists. For instance Unity already made two ONNX inference engines that run on mobile. The recent one is called Sentis, you can maybe use that? https://unity.com/products/sentis |
TorchSharp supports the platforms that libtorch supports: the CPU backend on Windows X64, MacOS M1/M2/M3, Linux X64. In addition, both Windows and Linux support then libtorch CUDA backends. |
I want to use torchsharp for android and ios .How can i do it?
The text was updated successfully, but these errors were encountered: