Vivek Dani

Results 2 issues of Vivek Dani

# Description Release MMEFT sdl/cli finetuning and inference examples to main branch # Checklist - [x] I have read the contribution guidelines. - [General](https://github.com/Azure/azureml-examples/blob/main/CONTRIBUTING.md) - [SDK](https://github.com/Azure/azureml-examples/blob/main/sdk/CONTRIBUTING.md) - [CLI](https://github.com/Azure/azureml-examples/blob/main/cli/CONTRIBUTING.md) - [x]...

We get below error when running ` #Convert with onnx-tf: from onnx_tf.backend import prepare tf_rep = prepare(onnx_model)` **Libs used:** tensorflow==2.18.0 onnx==2.17.0 ` --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) Cell...