शुरू करेंमुफ़्त में शुरू करें

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.