junyanz / interactive-deep-colorization

Deep learning software for colorizing black and white images with a few clicks.
https://richzhang.github.io/ideepcolor/
MIT License
2.69k stars 447 forks source link

Unable to start ideepcolor in gpu mode #52

Open lucazzott opened 6 years ago

lucazzott commented 6 years ago

I have no issues with cpu mode but it's way too slow. This is the error I get while trying to start normally:

bho

Any advice?

junyanz commented 6 years ago

Your issue is related to Caffe and GPU. When you install Caffe, You may want to also test if your Caffe is working by typying make test and make runtest. See this Caffe installation instruction for more details.