Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit 598eace

Browse files
MarkDaoustcopybara-github
authored andcommitted
Delete references to github.com/tensorflow/models/blob/master/tutorials
The directory is not maintained, and is no longer being used for tensorflow.org. I am deleting it in tensorflow/models#8276 PiperOrigin-RevId: 302583413
1 parent 35789ec commit 598eace

File tree

1 file changed

+0
-2
lines changed
  • tensor2tensor/data_generators

1 file changed

+0
-2
lines changed

tensor2tensor/data_generators/ptb.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ def _build_vocab(filename, vocab_path, vocab_size):
4949
"""Reads a file to build a vocabulary of `vocab_size` most common words.
5050
5151
The vocabulary is sorted by occurrence count and has one word per line.
52-
Originally from:
53-
https://github.com/tensorflow/models/blob/master/tutorials/rnn/ptb/reader.py
5452
5553
Args:
5654
filename: file to read list of words from.

0 commit comments

Comments
 (0)