Expose tf.distribute.MirroredStrategy.
RELNOTES: tf.distribute.MirroredStrategy is now part of core TensorFlow. It is an updated version of tf.contrib.distribute.MirroredStrategy. It can be used for distributing training to multiple GPUs in Keras, Estimator, or directly. It is an implementation of the tf.distribute.Strategy API, which is also now in core TensorFlow. This API has been updated based on the public design review https://github.com/tensorflow/community/blob/master/rfcs/20181016-replicator.md. Other distribution strategies will be moved to core TF in future releases. PiperOrigin-RevId: 224097441
Loading
Please sign in to comment