From 6632b5ef2f5041ddcba1ee580355c8aa9820642e Mon Sep 17 00:00:00 2001 From: Ken Franko Date: Fri, 7 Feb 2020 16:09:55 -0800 Subject: [PATCH] Add Readme.md for keras/distribute. PiperOrigin-RevId: 293916796 Change-Id: Ic76ca27fb1c11c6f612eaf72ac1199e6499df5a4 --- tensorflow/python/keras/distribute/README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tensorflow/python/keras/distribute/README.md 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.