始める無料で始める

Distributed Training with Keras

この演習はコースの一部です

Production Machine Learning Systems

コースを見る

演習の手順

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.