Machinelearningnotebooks: When will be the 2.0 version Tensorflow available?

Created on 8 Oct 2019  Â·  1Comment  Â·  Source: Azure/MachineLearningNotebooks

Tensorflow 1.13 is deprecated and our company is working with Tensorflow 2.0. When will you update it?

Thanks
Joel


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Training product-question

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.

>All comments

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.

Was this page helpful?
0 / 5 - 0 ratings