Platform Windows 10
1> Create virtual env
#conda create -n tensorflow pip python=3.52> activate env
#activate tensorflow
#conda info --envs
3> Install tensorflow
#conda install -c conda-forge tensorflow
this will install tensorflow 1.10.0
#python -m pip install --upgrade pip
#pip install setuptools==39.1.0
3> Install keras
#pip install keras==2.2.2
4> Install other package
#pip install matplotlib
#pip install sklearn
#pip install pydot
5> Install spyder separately so that you can launch it without activating your virtual env
#conda install spyder
No comments:
Post a Comment