知乎畫像地址: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推出的通用并行計算架構(gòu),該架構(gòu)使GPU能夠解決復(fù)雜的計算問題)
首先,deeppy的安裝是需要依賴cudarray的,所以必須先安裝cudarray
1.cudarray地址:https://github.com/andersbll/cudarray
2.deepy安裝幫助文檔:http://andersbll.github.io/deeppy-website/installation-guide.html
但是在安裝過程中出現(xiàn)問題,已經(jīng)在作者的github上提問,未接到答復(fù),如果哪位小伙伴知道請給我留言,謝謝
https://github.com/andersbll/cudarray/issues/76


