From 495cc8e474e608bbd0b6c5bf91d5a22962ede7cd Mon Sep 17 00:00:00 2001 From: "Yuan (Terry) Tang" Date: Mon, 11 Sep 2017 14:46:37 -0500 Subject: [PATCH] Minor wording change in timeseries module's README (#12938) * Minor wording change in timeseries module's README * Address comments --- tensorflow/contrib/timeseries/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/contrib/timeseries/README.md b/tensorflow/contrib/timeseries/README.md index 2b36ade986e..0e15d162dd2 100644 --- a/tensorflow/contrib/timeseries/README.md +++ b/tensorflow/contrib/timeseries/README.md @@ -2,7 +2,7 @@ TensorFlow Time Series (TFTS) is a collection of ready-to-use classic models (state space, autoregressive), and flexible infrastructure for building -high-performance time series models whatever the architecture. It includes tools +high-performance time series models with custom architectures. It includes tools for chunking and batching a series, and for saving model state across chunks, making use of parallel computation even when training sequential models on long series (using truncated backpropagation).