We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73125fb commit 52b0f6eCopy full SHA for 52b0f6e
1 file changed
modeling.py
@@ -177,7 +177,7 @@ def __init__(self,
177
if token_type_ids is None:
178
token_type_ids = tf.zeros(shape=[batch_size, seq_length], dtype=tf.int32)
179
180
- with tf.variable_scope(scope, default_name="bert"):
+ with tf.variable_scope(scope, default_name="albert"):
181
with tf.variable_scope("embeddings"):
182
# Perform embedding lookup on the word ids.
183
(self.word_embedding_output,
0 commit comments