woodrush / neural-art-tf

"A neural algorithm of Artistic style" in tensorflow
546 stars 113 forks source link

No module named 'caffe' #6

Closed Jermmy closed 7 years ago

Jermmy commented 7 years ago

Hello, I run python3 kaffe/kaffe.py '*.prototxt' '*.caffemodel' . and got an error "ImportError: No module named 'caffe'". Does it mean I have to install the caffe?

Jermmy commented 7 years ago

Well, I install caffe and now it works.