Commit 7fcb79bb authored by A. Unique TensorFlower's avatar A. Unique TensorFlower
Browse files

Comment update: issue https://github.com/tensorflow/tensorflow/issues/46456 tracks

what https://github.com/tensorflow/tensorflow/issues/46293 reported at first.

PiperOrigin-RevId: 352464531
parent e9827042
...@@ -134,7 +134,7 @@ class BertTokenizer(tf.keras.layers.Layer): ...@@ -134,7 +134,7 @@ class BertTokenizer(tf.keras.layers.Layer):
self.tokenize_with_offsets = tokenize_with_offsets self.tokenize_with_offsets = tokenize_with_offsets
# TODO(b/177326279): Stop storing the vocab table initializer as an # TODO(b/177326279): Stop storing the vocab table initializer as an
# attribute when https://github.com/tensorflow/tensorflow/issues/46293 # attribute when https://github.com/tensorflow/tensorflow/issues/46456
# has been fixed in the TensorFlow versions of the TF Hub users that load # has been fixed in the TensorFlow versions of the TF Hub users that load
# a SavedModel created from this layer. Due to that issue, loading such a # a SavedModel created from this layer. Due to that issue, loading such a
# SavedModel forgets to add .vocab_table._initializer as a trackable # SavedModel forgets to add .vocab_table._initializer as a trackable
......
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