Posts

Showing posts from December, 2018

installing tensorflow on Anaconda

Image
To run tensorflow on anaconda i followed the below steps. i am using anaconda since it has most of the dependencies and libraries pre-installed so we can easily call them when needed. For this you need to install anaconda and i will not be going through the installation process and configuration of anaconda but will be assuming you guys have done that part. Step 1 Run anaconda command line with administrator Step 2 You would need to run the below command and set the name of your tensorflow environment conda create -n tensorflow python=3.5 I have named my tensorflow environment as tensorflow_env. enter y and proceed with the process. If all runs well you would get a result as given below. done Executing transaction: done # # To activate this environment, use # #     $ conda activate tensorflow_env # # To deactivate an active environment, use # #     $ conda deactivate The above results says that you can bot