如题:tensorflow.python.framework.errors_impl.UnknownError: Could not start gRPC server

报错:tensorflow.python.framework.errors_impl.UnknownError: Could not start gRPC server

环境:Ubuntu16.4,tensorflow-gpu1.10

原因:分布式tensorflow中的ps或者worker进程为杀死

解决方案:ps -aux|grep python

报错:tensorflow.python.framework.errors_impl.UnknownError: Could not start gRPC server

然后杀死和分布式有关的进程:

kill -9 号

报错:tensorflow.python.framework.errors_impl.UnknownError: Could not start gRPC server

ok,重新启动分布式代码就好了

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-03
  • 2022-12-23
  • 2021-11-15
  • 2021-05-15
  • 2021-07-20
  • 2021-08-26
猜你喜欢
  • 2022-12-23
  • 2021-07-04
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案