Commit 08140e8c authored by Yuxin Wu's avatar Yuxin Wu

fix linting

parent e1edc9a4
# LSTM language modeling on Penn Treebank dataset
This example is mainly to demonstrate:
1. How to train an RNN with persistent state between iterations.
2. How to use a TF reader pipeline instead of a DataFlow for training & inference.
More information to come.
...@@ -12,6 +12,7 @@ ...@@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
# ============================================================================== # ==============================================================================
# flake8: noqa
"""Utilities for parsing PTB text files.""" """Utilities for parsing PTB text files."""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment