diff --git a/tensorflow/python/keras/distribute/README.md b/tensorflow/python/keras/distribute/README.md new file mode 100644 index 00000000000..0c83d2c9ed8 --- /dev/null +++ b/tensorflow/python/keras/distribute/README.md @@ -0,0 +1,6 @@ +# Keras with Distribution Strategy Tests + +This directory contains unit tests that combine Keras library with +[Distribution Training](https://www.tensorflow.org/guide/distributed_training). +Tests that use a custom training loop instead of Keras compile/fit should be +placed under python/distribute directory instead.