Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)

前端 未结 8 900
攒了一身酷
攒了一身酷 2020-12-03 04:45

I\'m trying to execute a Python script, but I am getting the following error:

Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
         


        
8条回答
  •  南方客
    南方客 (楼主)
    2020-12-03 04:52

    After some times I discovered that I was running a new TensorFlow version that gives error on older computers. I solved the problem downgrading the TensorFlow version to 1.4

提交回复
热议问题