TensorFlow提示AVX2...

### https://github.com/lakshayg/tensorflow-build
### https://github.com/fo40225/tensorflow-windows-wheel

### 如果你在使用tensorflow的過程中出現類似這樣的提示信息:
### Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2
### 你只需要訪問上面兩個鏈接找到對應的操作系統和python版本對應的whl文件下載下來 執行:

pip install --ignore-installed --upgrade /your/path/binary.whl --user

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章