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
463f6d3d
Commit
463f6d3d
authored
Oct 25, 2021
by
Hongkun Yu
Committed by
A. Unique TensorFlower
Oct 25, 2021
Browse files
[Cleanup] Deprecate the TransformerEncoder alias. Use BertEncoder directly
PiperOrigin-RevId: 405548221
parent
99872555
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
official/nlp/modeling/networks/__init__.py
official/nlp/modeling/networks/__init__.py
+0
-2
No files found.
official/nlp/modeling/networks/__init__.py
View file @
463f6d3d
...
@@ -28,5 +28,3 @@ from official.nlp.modeling.networks.packed_sequence_embedding import PackedSeque
...
@@ -28,5 +28,3 @@ from official.nlp.modeling.networks.packed_sequence_embedding import PackedSeque
from
official.nlp.modeling.networks.span_labeling
import
SpanLabeling
from
official.nlp.modeling.networks.span_labeling
import
SpanLabeling
from
official.nlp.modeling.networks.span_labeling
import
XLNetSpanLabeling
from
official.nlp.modeling.networks.span_labeling
import
XLNetSpanLabeling
from
official.nlp.modeling.networks.xlnet_base
import
XLNetBase
from
official.nlp.modeling.networks.xlnet_base
import
XLNetBase
# Backward compatibility. The modules are deprecated.
TransformerEncoder
=
BertEncoder
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