How to install TensorFLow Version 1.14.0 in jupyter Notebook || Deep Learning

preview_player
Показать описание
In this video we will trying to solved TensorFlow Version 1.14.0

Import point:-

TensorFlow Version 1.14.0 is only support in python 3.6

After python 3.6 TensorFlow Support other Latest Version.

Instruction:-

Step:- 1 Open Anaconda Navigator
Step:- 2 Create new Environment
Step:- 3 Write your own name of Environment
Step:- 4 Select python version 3.6 only because after 3.6 doesn't support version 1.14.0
step:- 5 Click on Ok button
Step:- 6 Select your Environment and Click on Right Click, Open Terminal
Step:- 7 Following Given Commands
- pip install tensorflow==1.14.0
- conda install pandas matplotlib jupyter notebook scipy scikit-learn

Step:- 8 Click on Anaconda Navigator Home Button and install Jupyter Lab
Step:- 9 Search in Taskbar (Jupyter Notebook (your Environment Name ))

Thankyou
#How_to_install_TensorFLow_Version_1.14.0_in_Python
#TensorFlow_installation
#TensorFlow_Stack_overflow
Рекомендации по теме
Комментарии
Автор

while creating an environment im not getting 3.6 version its showing 3.6.13, 3.7. and soon like that what should i do now?

pothurajuyamini