知乎画像地址:https://www.zhihu.com/question/28661987/answer/115891502
通过AI Deepy 画像的Demo: https://github.com/andersbll/neural_artistic_style
Anaconda
一个python library 管理工具:https://www.continuum.io/downloads#osx
基于anaconda安装cudarray和deeppy模块
http://wanghaitao8118.blog.163.com/blog/static/13986977220153223517178
还要安装一下Cuda : https://developer.nvidia.com/cuda-toolkit-65
(CUDA™是一种由NVIDIA推出的通用并行计算架构,该架构使GPU能够解决复杂的计算问题)
首先,deeppy的安装是需要依赖cudarray的,所以必须先安装cudarray
1.cudarray地址:https://github.com/andersbll/cudarray
2.deepy安装帮助文档:http://andersbll.github.io/deeppy-website/installation-guide.html
但是在安装过程中出现问题,已经在作者的github上提问,未接到答复,如果哪位小伙伴知道请给我留言,谢谢
https://github.com/andersbll/cudarray/issues/76