SOTAVerified

An MPI-Based Python Framework for Distributed Training with Keras

2017-12-16Code Available1· sign in to hype

Dustin Anderson, Jean-Roch Vlimant, Maria Spiropulu

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We present a lightweight Python framework for distributed training of neural networks on multiple GPUs or CPUs. The framework is built on the popular Keras machine learning library. The Message Passing Interface (MPI) protocol is used to coordinate the training process, and the system is well suited for job submission at supercomputing sites. We detail the software's features, describe its use, and demonstrate its performance on systems of varying sizes on a benchmark problem drawn from high-energy physics research.

Tasks

Reproductions