Using python trained model in ml.net

Yedida, Tripurendra Kowshik 1 Reputation point
2021-03-05T04:15:01.36+00:00

There is a model created by someone in python which is working as expected for our needs. We don't want to spend time on training again. We want to use it in ML.NET.

Is there any possibility we can use a model created from python, in ML.NET?

Developer technologies .NET .NET Machine Learning
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Mircea Dogaru 1 Reputation point
    2021-03-25T16:00:53.177+00:00

    What was the model trained with? Keras? Tensorflow?

    ML.NET supports loading ONNX models and depending on what your initial model was trained with you should be able to find a converter.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.