• TensorFlow分布式训练MNIST分类器

    本节以分布式方式训练完整的 MNIST 分类器。

    该案例受到下面博客文章的启发:http://ischlag.github.io/2016/06/12/async-distributed-tensorflow/,运行在 TensorFlow 1.2 上的代码可以在网址https://github.com/ischlag/distributed-tensorflow-example上找到。

    注意,这个案例基于上一节,所以按顺序阅读可能会很方便。

    具体做法

    1. 导入一些标准模块并定义运行计算的 TensorFlow 集群,然后为指定任务启动服务:



       

更多...

加载中...