问题
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