If you want tensorflow on windows , follow the given steps ....
1.Check your python version either 2 or 3.
2.Check Windows Bit version either 32 or 64.
3.And then goto the given link https://github.com/Karthi-Mano/tensorflow-windows-wheel
4.The link contain some Tensorflow Wheel files
5.Download the appropriate .whl file for your system supporting
6.Open Command prompt(Normal/Anaconda prompt)
7.Change the directory to where the files you are downloaded.
8.copy the .whl file name..
9. then Excute the command "pip install "paste the file name here".whl " and then press Enter...
10.If it Doesn't have any errors tensorflow is completely installed...
11.then verify your installation
I) Open Python for same prompt
II) Excute the command
">> import tensorflow as tf "
1.Check your python version either 2 or 3.
2.Check Windows Bit version either 32 or 64.
3.And then goto the given link https://github.com/Karthi-Mano/tensorflow-windows-wheel
4.The link contain some Tensorflow Wheel files
5.Download the appropriate .whl file for your system supporting
6.Open Command prompt(Normal/Anaconda prompt)
7.Change the directory to where the files you are downloaded.
8.copy the .whl file name..
9. then Excute the command "pip install "paste the file name here".whl " and then press Enter...
10.If it Doesn't have any errors tensorflow is completely installed...
11.then verify your installation
I) Open Python for same prompt
II) Excute the command
">> import tensorflow as tf "
No comments:
Post a Comment