I'm trying to install tensorflow with gpu support into a conda environment
I use the command:
pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.1.0-cp35-cp35m-linux_x86_64.whl
When I look at the packages installed with conda list I wind up with a package called tensorflow-gpu.
You cannot even import this package because it has a '-' in it.
How can I change the name to 'tensorflow'?
Edit: I'm now thinking that there must be something more to this. Why would a major package in the deep learning community have this apparent problem. Hopefully, a tensorflow expert can answer. I'm following the directions for Ubuntu and Anaconda here: https://www.tensorflow.org/install/install_linux