Compatibility with TensorFlow 2.0 models is barely stated (correct me if I'm wrong). I can't find any information about training a model in Python/TensorFlow 2.0, exporting this model (SavedModel format) then use it in Dot.Net. When I tried I could load my model in Dot.Net, but got an exception as soon as I tried to push some data into. This exception is risen by some TF internal machinery, complaining about an unknown operation. As a result I have no idea if ML.Net is compatible with TF 2.0 or if something else is wrong. This point should be better explained.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
Compatibility with TensorFlow 2.0 models is barely stated (correct me if I'm wrong). I can't find any information about training a model in Python/TensorFlow 2.0, exporting this model (SavedModel format) then use it in Dot.Net. When I tried I could load my model in Dot.Net, but got an exception as soon as I tried to push some data into. This exception is risen by some TF internal machinery, complaining about an unknown operation. As a result I have no idea if ML.Net is compatible with TF 2.0 or if something else is wrong. This point should be better explained.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.