训练错误
Created by: huillll
环境ubuntu18.04 cuda10 nvida 1070 8G 运行 env CUDA_VISIBLE_DEVICES=0 python train.py 出现下面的错误,系统找这个库找不到
/usr/local/lib/python2.7/dist-packages/paddle/fluid/evaluator.py:71: Warning: The EditDistance is deprecated, because maintain a modified program inside evaluator cause bug easily, please use fluid.metrics.EditDistance instead. % (self.class.name, self.class.name), Warning) finish batch shuffle W0712 18:06:16.222995 6743 device_context.cc:259] Please NOTE: device: 0, CUDA Capability: 61, Driver API Version: 10.1, Runtime API Version: 10.0 W0712 18:06:16.697011 6743 device_context.cc:267] device: 0, cuDNN Version: 7.5. W0712 18:06:16.774031 6743 dynamic_loader.cc:140] Failed to find dynamic library: /usr/local/cuda/extras/CUPTI/lib64/libcupti.so (/usr/local/cuda/extras/CUPTI/lib64/libcupti.so: cannot open shared object file: No such file or directory) W0712 18:06:16.774173 6743 dynamic_loader.cc:109] Can not find library: libcupti.so. The process maybe hang. Please try to add the lib path to LD_LIBRARY_PATH. W0712 18:06:16.774191 6743 dynamic_loader.cc:168] Failed to find dynamic library: libcupti.so ( libcupti.so: cannot open shared object file: No such file or directory ) Please specify its path correctly using following ways: Method. set environment variable LD_LIBRARY_PATH on Linux or DYLD_LIBRARY_PATH on Mac OS. For instance, issue command: export LD_LIBRARY_PATH=... Note: After Mac OS 10.11, using the DYLD_LIBRARY_PATH is impossible unless System Integrity Protection (SIP) is disabled. Segmentation fault (core dumped)