I've successfully installed tensorflow with pip install tensorflow
and that all works as expected.
I can also successfully install tensorflow-gpu with pip install tensorflow-gpu
but I can't import it in my python script:
import tensorflow-gpu
File "<stdin>", line 1
import tensorflow-gpu
^
SyntaxError: invalid syntax
i've installed CUDA v9.0 and run windows 10