162 questions
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.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.