Sahil
Sahil

Reputation: 1386

Caffe make runtest loops

I am trying to work with caffe. make and make test succeed. When I run 'make runtest' it seems to go into an infinite loop. Screenshot of the make runtest looping

Upvotes: 1

Views: 143

Answers (2)

Adnan
Adnan

Reputation: 182

just run "make runtest". It should work.

Upvotes: 0

Salih Karagoz
Salih Karagoz

Reputation: 2289

sudo make clean 
sudo make all
sudo make pycaffe
sudo make distribute
sudo make test
sudo make runtest

Upvotes: 2

Related Questions