網頁

2019年9月4日 星期三

Windows安裝tensorflow和Keras讓jupyter notebook可以執行

打開Anaconda Prompt,因為安裝anaconda時沒有指定環境變數,所以只能在Anaconda Prompt終端機呼叫conda
$ conda create -n tensorflow python=3.6
$ activate tensorflow
$ pip install tensorflow
$ pip install keras
$ pip install jupyter
$ jupyter notebook

沒有留言:

張貼留言