I build and installed tensorflow in my ubuntu 16.04 with gpu. In command line I can easily activate tensorflow environment but while I try to run the code through spyder it show th
Solution 1:
Enter the enviornment
source activate tensorflow
install spyder
conda install spyder
Run spyder
spyder
`
Post a Comment for "Spyder Cant Load Tensorflow"