Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
52531231
Commit
52531231
authored
Feb 26, 2021
by
A. Unique TensorFlower
Browse files
Fix comment with path of export_tfhub_lib_test.py.
PiperOrigin-RevId: 359773077
parent
56109286
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/nlp/modeling/layers/text_layers_test.py
official/nlp/modeling/layers/text_layers_test.py
+1
-1
No files found.
official/nlp/modeling/layers/text_layers_test.py
View file @
52531231
...
@@ -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_tf
u
b_test.py.
# see
nlp/tools/
export_tf
hub_li
b_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"
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment