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?
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?
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.
3 people are following this question.