Anaconda配置tensorflow-gpu, opencv
2019-02-07 本文已影响7人
OOPhantom
#opencv安装参照:
https://chrisconlan.com/installing-python-opencv-3-windows/
#tensorflow-gpu安装参照:
conda create --name tf_gpu tensorflow-gpu
#在undacity使用juypter notebook发现matplotlib出现错误:
conda install -c conda-forge matplotlib