Using python trained model in ml.net

Tripurendra Kowshik Yedida 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?

.NET Machine learning
.NET Machine learning
.NET: Microsoft Technologies based on the .NET software framework.Machine learning: A type of artificial intelligence focused on enabling computers to use observed data to evolve new behaviors that have not been explicitly programmed.
150 questions
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