demo.py error
zhanghm01 opened this issue · 2 comments
zhanghm01 commented
demo.py error
zhanghm01 commented
when demo.py ,I have the error:
$python tools/demo.py --gpu 0
Traceback (most recent call last):
File "tools/demo.py", line 114, in
main(args)
File "tools/demo.py", line 30, in main
caffe.mpi_init()
AttributeError: 'module' object has no attribute 'mpi_init'
My version of openmpi is 1.10.5,the version of cuda and cudnn are cuda7.5 and cudnn5.1
How to solve the problem?
SiyuanHuang95 commented
Have you solved this problem? And how?
Thx in advance!