"git@developer.sourcefind.cn:OpenDAS/torch-scatter.git" did not exist on "383935e48414e96aefe41b75d79b40bcc5335e40"
Commit d01105ec authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Fix comment with path of export_tfhub_lib_test.py.

PiperOrigin-RevId: 359773077
parent 28720cfa
...@@ -77,7 +77,7 @@ class RoundRobinTruncatorTest(tf.test.TestCase): ...@@ -77,7 +77,7 @@ class RoundRobinTruncatorTest(tf.test.TestCase):
# This test covers the in-process behavior of a BertTokenizer layer. # This test covers the in-process behavior of a BertTokenizer layer.
# For saving, restoring, and the restored behavior (incl. shape inference), # For saving, restoring, and the restored behavior (incl. shape inference),
# see export_tfub_test.py. # see nlp/tools/export_tfhub_lib_test.py.
class BertTokenizerTest(tf.test.TestCase): class BertTokenizerTest(tf.test.TestCase):
def _make_vocab_file(self, vocab, filename="vocab.txt"): def _make_vocab_file(self, vocab, filename="vocab.txt"):
......
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