Tensorflow 1.13 is deprecated and our company is working with Tensorflow 2.0. When will you update it?
Thanks
Joel
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
Pre-built framework_version 2.0 for TensorFlow will be available next week 10/14. You will see update in release notes: https://docs.microsoft.com/en-us/azure/machine-learning/service/azure-machine-learning-release-notes.
You can always install any framework version using custom package specification in Estimator object, by using pip_packages or conda_packages parameter.
Most helpful comment
Pre-built framework_version 2.0 for TensorFlow will be available next week 10/14. You will see update in release notes: https://docs.microsoft.com/en-us/azure/machine-learning/service/azure-machine-learning-release-notes.
You can always install any framework version using custom package specification in Estimator object, by using pip_packages or conda_packages parameter.