ctrl+f查找web
# The directory to use for notebooks and kernels.windows
c.NotebookApp.notebook_dir = u'D:\Anaconda\jupyter'測試
Tf install優化
遇到的問題,須要從新安裝pipthis
遇到tf預編譯問題:沒有對cpu版本進行優化spa
C:\tf_jenkins\home\workspace\rel-win\M\windows\PY\35\tensorflow\core\platform\cpu_feature_guard.cc:137] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX AVX2orm
解決方案:blog
import os os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3'ip