标签: tensorflow machine-learning neural-network distributed-computing distributed-training
TensorFlow具有名为ParameterServerStrategy的分布式训练策略:https://www.tensorflow.org/guide/distributed_training#parameterserverstrategy
如何在没有延迟问题的情况下运行?因为它必须通过网络电缆在辅助服务器和参数服务器之间同步变量,这是问题所在,而不是在同一块主板上。