windows - How to install TF r1.3? - Tensorflow-gpu package not found from pip3 packages on win10 -


i tried install tensorflow-gpu r1.3 on windows 10 using python 3.6.

when try install through pip3 said in tf webpage, error message:

could not find version satisfies requirement tensorflow-gpu (from versions: ) no matching distribution found tensorflow-gpu

after googling found suggestions pip should upgraded, up-to-date this:

requirement up-to-date: pip in c:...

also when run pip3 search tensorflow find lots of other tf related packages, neither tensorflow nor tensorflow-gpu.

so how can latest tensorflow-gpu installed , preferably through pip3?

tensoflow-gpu available 64-bit python. need install 64-bit python 3.6 , pip3 install tensoflow-gpu.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -