English

TF-Replicator: Distributed Machine Learning for Researchers

Machine Learning 2019-02-04 v1 Artificial Intelligence Distributed, Parallel, and Cluster Computing Machine Learning

Abstract

We describe TF-Replicator, a framework for distributed machine learning designed for DeepMind researchers and implemented as an abstraction over TensorFlow. TF-Replicator simplifies writing data-parallel and model-parallel research code. The same models can be effortlessly deployed to different cluster architectures (i.e. one or many machines containing CPUs, GPUs or TPU accelerators) using synchronous or asynchronous training regimes. To demonstrate the generality and scalability of TF-Replicator, we implement and benchmark three very different models: (1) A ResNet-50 for ImageNet classification, (2) a SN-GAN for class-conditional ImageNet image generation, and (3) a D4PG reinforcement learning agent for continuous control. Our results show strong scalability performance without demanding any distributed systems expertise of the user. The TF-Replicator programming model will be open-sourced as part of TensorFlow 2.0 (see https://github.com/tensorflow/community/pull/25).

Keywords

Cite

@article{arxiv.1902.00465,
  title  = {TF-Replicator: Distributed Machine Learning for Researchers},
  author = {Peter Buchlovsky and David Budden and Dominik Grewe and Chris Jones and John Aslanides and Frederic Besse and Andy Brock and Aidan Clark and Sergio Gómez Colmenarejo and Aedan Pope and Fabio Viola and Dan Belov},
  journal= {arXiv preprint arXiv:1902.00465},
  year   = {2019}
}
R2 v1 2026-06-23T07:29:40.920Z