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
80c50b6a
Commit
80c50b6a
authored
Mar 31, 2021
by
Jeremiah Liu
Committed by
A. Unique TensorFlower
Mar 31, 2021
Browse files
Adds SNGP components to the list of `__init__` exports.
PiperOrigin-RevId: 366170373
parent
72d37b69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
official/nlp/modeling/layers/__init__.py
official/nlp/modeling/layers/__init__.py
+2
-0
No files found.
official/nlp/modeling/layers/__init__.py
View file @
80c50b6a
...
...
@@ -21,6 +21,7 @@ from official.nlp.modeling.layers.attention import *
from
official.nlp.modeling.layers.cls_head
import
*
from
official.nlp.modeling.layers.dense_einsum
import
DenseEinsum
from
official.nlp.modeling.layers.gated_feedforward
import
GatedFeedforward
from
official.nlp.modeling.layers.gaussian_process
import
RandomFeatureGaussianProcess
from
official.nlp.modeling.layers.masked_lm
import
MaskedLM
from
official.nlp.modeling.layers.masked_softmax
import
MaskedSoftmax
from
official.nlp.modeling.layers.mat_mul_with_margin
import
MatMulWithMargin
...
...
@@ -35,6 +36,7 @@ from official.nlp.modeling.layers.relative_attention import MultiHeadRelativeAtt
from
official.nlp.modeling.layers.relative_attention
import
TwoStreamRelativeAttention
from
official.nlp.modeling.layers.rezero_transformer
import
ReZeroTransformer
from
official.nlp.modeling.layers.self_attention_mask
import
SelfAttentionMask
from
official.nlp.modeling.layers.spectral_normalization
import
*
from
official.nlp.modeling.layers.talking_heads_attention
import
TalkingHeadsAttention
from
official.nlp.modeling.layers.text_layers
import
BertPackInputs
from
official.nlp.modeling.layers.text_layers
import
BertTokenizer
...
...
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