sde123

Results 19 comments of sde123

Thank you,I check the commands and got the following information ... dai@dai-System-Product-Name:~/code/person_reidentification/3/dgd_person_reid$ ldd external/caffe/build/tools/caffe | grep mpi libmpi.so.12 => /usr/local/lib/libmpi.so.12 (0x00007f7258ddc000) libmpi_cxx.so.1 => /usr/local/lib/libmpi_cxx.so.1 (0x00007f7258bc2000) dai@dai-System-Product-Name:~/code/person_reidentification/3/dgd_person_reid$ which mpi dai@dai-System-Product-Name:~/code/person_reidentification/3/dgd_person_reid$ mpirun...

@Cysu I check the openmpi that is good,but when I run the code,I got the error ... mpirun noticed that process rank 1 with PID 7062 on node dai-System-Product-Name exited...

@Cysu Thank you for your advice I have check my openmpi or mpirun,I find that they are good.But I still have the following error when I run scripts/exp_individually.sh prid ```...

@Cysu hello I run the scripts/exp_individually.sh prid,and get a error: ``` mpirun noticed that process rank 1 with PID 20102 on node dai-System-Product-Name exited on signal 6 (Aborted). ``` So...

@Cysu because my mpi is always got wrong like above,how can I don not use mpi? will it have effects?

@Cysu Thankyou verymuch but I input the "ldd $(which mpirun) | grep mpi" to the terminal ,I got no report. when I input "ldd external/caffe/build/tools/caffe | grep mpi" to the...

@Cysu Thank you I input the ``` ldd $(which mpirun) | grep open- ``` and I got the report: ``` libopen-rte.so.12 => /usr/local/lib/libopen-rte.so.12 (0x00007fafde806000) libopen-pal.so.13 => /usr/local/lib/libopen-pal.so.13 (0x00007fafde528000) ``` I...

@ducksoup hello, Could you please tell me where to find cityscapesscripts.helpers.labels. I got a error when i run prepare_cityscapes.py `Traceback` (most recent call last): File "scripts/data_preparation/prepare_cityscapes.py", line 12, in from...

@zlmzju hello,Thank you for your code,but I got the error in cudnn, too. Could you please tell me which cudnn I should use? thank you