aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/learn/python/learn/export_strategy.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/learn/python/learn/export_strategy.py')
-rw-r--r--tensorflow/contrib/learn/python/learn/export_strategy.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tensorflow/contrib/learn/python/learn/export_strategy.py b/tensorflow/contrib/learn/python/learn/export_strategy.py
index ea41e60f43..44ec41afa2 100644
--- a/tensorflow/contrib/learn/python/learn/export_strategy.py
+++ b/tensorflow/contrib/learn/python/learn/export_strategy.py
@@ -13,7 +13,8 @@
# limitations under the License.
# ==============================================================================
-"""Experiment class collecting information needed for a single training run."""
+"""ExportStrategy class that provides strategies to export model so later it
+can be used for TensorFlow serving."""
from __future__ import absolute_import
from __future__ import division