Bắt đầu ngayBắt đầu miễn phí

Distributed Training with Keras

Bài tập này là một phần của khóa học

Production Machine Learning Systems

Xem khóa học

Hướng dẫn bài tập

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.