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
a111ba09
Commit
a111ba09
authored
Nov 18, 2020
by
Le Hou
Committed by
A. Unique TensorFlower
Nov 18, 2020
Browse files
minor bug fix
PiperOrigin-RevId: 343154699
parent
6c0250ad
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
official/nlp/modeling/networks/encoder_scaffold.py
official/nlp/modeling/networks/encoder_scaffold.py
+1
-0
No files found.
official/nlp/modeling/networks/encoder_scaffold.py
View file @
a111ba09
...
@@ -259,6 +259,7 @@ class EncoderScaffold(tf.keras.Model):
...
@@ -259,6 +259,7 @@ class EncoderScaffold(tf.keras.Model):
'embedding_cls'
:
self
.
_embedding_network
,
'embedding_cls'
:
self
.
_embedding_network
,
'embedding_cfg'
:
self
.
_embedding_cfg
,
'embedding_cfg'
:
self
.
_embedding_cfg
,
'hidden_cfg'
:
self
.
_hidden_cfg
,
'hidden_cfg'
:
self
.
_hidden_cfg
,
'layer_norm_before_pooling'
:
self
.
_layer_norm_before_pooling
,
'return_all_layer_outputs'
:
self
.
_return_all_layer_outputs
,
'return_all_layer_outputs'
:
self
.
_return_all_layer_outputs
,
'dict_outputs'
:
self
.
_dict_outputs
,
'dict_outputs'
:
self
.
_dict_outputs
,
}
}
...
...
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