Dear all,
I have successfully installed tensorflow 2.0 gpu with all the basic mechanism and it is running very well but some codes that I need is compatible in tensorflow version 1.15.
Since, I am very new in tensorflow coding. So, I want to install tensorflow 1.15 version and 2.0 version both available in my OS.
Kindly Help me
.
Also suggest me about anaconda installation. will it be working with currently installed tensorflow.
Hi Sumant,
First, Anaconda is a very good decision when you want to have two different versions of the same package installed.
Second, to achieve that, you will have to make 2 different virtual environments. One will host your TF 1, the other – TF 2.
You can see how to make these environments in this lecture here: https://365datascience.teachable.com/courses/614390/lectures/10998627
Best,
Iliya
Hello Iliya, Thanks for your reply. I have already installed tensorflow 2.0 gpu version through pip installation process and I am a little bit confusion for Anaconda installation. I don’t know, it will work with anaconda or I should reinstall Tensorflow 2 again with anaconda. Help me plz.
Hi there, it will work! You just have to create a different environment for that (as we show in the lecture)!
thanks Iliya.