TensorFlowの環境を構築してみた。

pip install –ignore-installed –upgrade tensorflow

下記を参考に、WindowsにTensorFlow環境を構築。

https://qiita.com/tilfin/items/24e9491eb8a4ce42eea6
https://algorithm.joho.info/programming/python/tensorflow-pip-install/
https://qiita.com/FukuharaYohei/items/d8f82c827e0bae70096a

ちょっとしたサンプル等を試してみたが、以下のエラーが出る。

The name tf.InteractiveSession is deprecated. Please use tf.compat.v1.InteractiveSession instead.

Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2

※無視しても良いみたい?

https://qiita.com/KEINOS/items/4c66eeda4347f8c13abb


PAGE TOP