From 407e145edfac3e3faf77013ab0ff06a092c4b97a Mon Sep 17 00:00:00 2001 From: Nick Felt Date: Wed, 31 Oct 2018 15:16:00 -0700 Subject: [PATCH] Internal change. PiperOrigin-RevId: 219546447 --- tensorflow/python/summary/README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tensorflow/python/summary/README.md b/tensorflow/python/summary/README.md index 8a5fea0d9a1..ab6e89e5c95 100644 --- a/tensorflow/python/summary/README.md +++ b/tensorflow/python/summary/README.md @@ -8,8 +8,3 @@ events files. If you wish to load TensorFlow events, you should use an EventAccumulator (to load from a single events file) or an EventMultiplexer (to load from multiple events files). - -The API around these tools has not solidified, and we may make backwards- -incompatible changes without warning. - -If you have questions or requests, please contact danmane@google.com