this error occured when i run:
print(device_lib.list_local_devices())
2019-08-08 13:52:49.027082: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
2019-08-08 13:52:49.034858: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2200000000 Hz
2019-08-08 13:52:49.035088: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x58a7090 executing computations on platform Host. Devices:
2019-08-08 13:52:49.035178: I tensorflow/compiler/xla/service/service.cc:175] StreamExecutor device (0): Host, Default Version
2019-08-08 13:52:49.037064: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'libcuda.so.1'; dlerror: libcuda.so.1: cannot open shared object file: No such file or directory
2019-08-08 13:52:49.037166: E tensorflow/stream_executor/cuda/cuda_driver.cc:318] failed call to cuInit: UNKNOWN ERROR (303)
2019-08-08 13:52:49.037297: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:169] retrieving CUDA diagnostic information for host: instance-1
2019-08-08 13:52:49.037391: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:176] hostname: instance-1
2019-08-08 13:52:49.037525: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:200] libcuda reported version is: Not found: was unable to find libcuda.so DSO loaded into this program
2019-08-08 13:52:49.037664: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:204] kernel reported version is: 410.104.0
this error occured when i run: print(device_lib.list_local_devices())
2019-08-08 13:52:49.027082: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA 2019-08-08 13:52:49.034858: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2200000000 Hz 2019-08-08 13:52:49.035088: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x58a7090 executing computations on platform Host. Devices: 2019-08-08 13:52:49.035178: I tensorflow/compiler/xla/service/service.cc:175] StreamExecutor device (0): Host, Default Version 2019-08-08 13:52:49.037064: W tensorflow/stream_executor/platform/default/dso_loader.cc:55] Could not load dynamic library 'libcuda.so.1'; dlerror: libcuda.so.1: cannot open shared object file: No such file or directory 2019-08-08 13:52:49.037166: E tensorflow/stream_executor/cuda/cuda_driver.cc:318] failed call to cuInit: UNKNOWN ERROR (303) 2019-08-08 13:52:49.037297: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:169] retrieving CUDA diagnostic information for host: instance-1 2019-08-08 13:52:49.037391: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:176] hostname: instance-1 2019-08-08 13:52:49.037525: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:200] libcuda reported version is: Not found: was unable to find libcuda.so DSO loaded into this program 2019-08-08 13:52:49.037664: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:204] kernel reported version is: 410.104.0