"tests/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "5a59f9b7179def4919dd852cd11b822dae76375b"
Commit 52531231 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 56109286
...@@ -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