Get startedGet started for free

Distributed Training with Keras

This exercise is part of the course

Production Machine Learning Systems

View Course

Exercise instructions

The tf.distribute.Strategy API provides an abstraction for distributing your training across multiple processing units. The goal is to allow users to enable distributed training using existing models and training code, with minimal changes.