Anaconda配置tensorflow-gpu, opencv

#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

你可能感兴趣的:(Anaconda配置tensorflow-gpu, opencv)