当我执行该行
时import tensorflow as tf
或
import keras
我收到此错误
[tlokeshkumar-HP-Pavilion-Notebook:28498] *** Process received signal ***
[tlokeshkumar-HP-Pavilion-Notebook:28498] Signal: Segmentation fault (11)
[tlokeshkumar-HP-Pavilion-Notebook:28498] Signal code: Address not mapped (1)
[tlokeshkumar-HP-Pavilion-Notebook:28498] Failing at address: (nil)
[tlokeshkumar-HP-Pavilion-Notebook:28498] [ 0] /lib/x86_64-linux-gnu/libpthread.so.0(+0x11390)[0x7fd275f88390]
[tlokeshkumar-HP-Pavilion-Notebook:28498] *** End of error message ***
[1] 28498 segmentation fault (core dumped) python
我已经安装了CUDA并且一切都处于正常状态。 Tensorflow
和Keras
工作正常,直到我从here安装了支持MPI的H5py并构建了它。我不确定这是不是问题,这可能是我怀疑的。
对此方面的任何帮助都将受到高度赞赏!!