We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a905c9 commit 505c718Copy full SHA for 505c718
official/nlp/modeling/layers/__init__.py
@@ -46,6 +46,7 @@
46
from official.nlp.modeling.layers.multi_channel_attention import *
47
from official.nlp.modeling.layers.on_device_embedding import OnDeviceEmbedding
48
from official.nlp.modeling.layers.pack_optimization import PackBertEmbeddings
49
+from official.nlp.modeling.layers.pack_optimization import StridedReZeroTransformer
50
from official.nlp.modeling.layers.pack_optimization import StridedTransformerEncoderBlock
51
from official.nlp.modeling.layers.pack_optimization import StridedTransformerScaffold
52
from official.nlp.modeling.layers.per_dim_scale_attention import PerDimScaleAttention
0 commit comments