how to install tensorflow version 1.12.0 with pip

不想你离开。 提交于 2021-02-19 05:29:11

问题


I need the specific tensorflow-gpu version 1.12.0 for my application as i have cuda-9 in my system. I am able to find the whl file for tensorflow cpu , but not able to locate the same for tensorflow-gpu.


回答1:


You can use: "pip3 install tensorflow-gpu==1.12.0"



来源:https://stackoverflow.com/questions/55877398/how-to-install-tensorflow-version-1-12-0-with-pip

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!