Published: 30 May 2018 › Updated: 30 May 2018
Install Tensorwflow with Pycharm
- Open Pycharm, Python IDE
- Select 'File' > 'Settings'
, til get signal
- Before processing, it's time to check the Tenorflow's installed correctly
- Let us check the package installed successfully, put the code
import tensorflow as tf
hello = tf.constant('hello, tensorflow!')
sess = tf.Session()
print(sess.run(hello))
If we've got it successfully, can have a look like this. bithum api r