Y
Hacker News
new
|
ask
|
show
|
jobs
by
Mochsner
1572 days ago
My issue with leaening ML isn't tensorflow, but that I'd need to figure out how to load the models into a mobile device running on C#... Which I have no idea how to do.
1 comments
dbish
1572 days ago
One way to do that for C# is to build your model in PyTorch then transform it to ONNX which Microsoft has a bunch of C# tooling support for:
https://docs.microsoft.com/en-us/windows/ai/windows-ml/train...
.
I am curious though, what mobile device are you trying to run on?
link
I am curious though, what mobile device are you trying to run on?