0
votes

How can I change the version of Python and Tensorflow? I could not find a section in the interface or settings here that I can change. I tried to change it via console but was not successful. What is your suggestion? Python and Tensorflow version in Microsoft Azure Machine Learning(Image)

1

1 Answers

0
votes

You could connect to the terminal and upgrade the package :

enter image description here

I connected to the terminal and ran the below command :

enter image description here

conda update --all

enter image description here

Similary, for tensor flow

pip3 install --upgrade tensorflow

enter image description here

Post the upgrade :

enter image description here