Install Tensorwflow with Pycharm
Select 'Project interpreter' > Check the directory of 'Project interpreter' . Directory where Python originally is installed, ending with python.exe > And then Select '+'
- Search 'tensorflow', select and install the package
- Just Waiting...... (few mins....), 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))
Next time, Go through a warning msg.
Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2