top | item 30475296 (no title) Mochsner | 4 years 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. discuss order hn newest dbish|4 years 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?
dbish|4 years 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?
dbish|4 years ago
I am curious though, what mobile device are you trying to run on?