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
5b095712
Commit
5b095712
authored
Apr 09, 2020
by
A. Unique TensorFlower
Browse files
Merge pull request #8372 from peakji:master
PiperOrigin-RevId: 305725472
parents
2f5e8e3d
f3a6500f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
official/nlp/modeling/layers/dense_einsum.py
official/nlp/modeling/layers/dense_einsum.py
+2
-0
No files found.
official/nlp/modeling/layers/dense_einsum.py
View file @
5b095712
...
@@ -147,6 +147,8 @@ class DenseEinsum(tf.keras.layers.Layer):
...
@@ -147,6 +147,8 @@ class DenseEinsum(tf.keras.layers.Layer):
config
=
{
config
=
{
"output_shape"
:
"output_shape"
:
self
.
_output_shape
,
self
.
_output_shape
,
"num_summed_dimensions"
:
self
.
_num_summed_dimensions
,
"activation"
:
"activation"
:
tf
.
keras
.
activations
.
serialize
(
self
.
_activation
),
tf
.
keras
.
activations
.
serialize
(
self
.
_activation
),
"use_bias"
:
"use_bias"
:
...
...
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