1. 程式人生 > >人工智慧學習—TensorFlowTENSORFLOW使用常見報錯大全

人工智慧學習—TensorFlowTENSORFLOW使用常見報錯大全

1.   警告:Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA

      意思是:你的CPU支援AVX擴充套件,但是你安裝的TensorFlow版本無法編譯使用。

     解決方法:

                        輸入指令              import os 
                                                     os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2'