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
fceb3ca9
Commit
fceb3ca9
authored
Dec 13, 2021
by
Liangzhe Yuan
Committed by
A. Unique TensorFlower
Dec 13, 2021
Browse files
#movinet Fix a typo.
PiperOrigin-RevId: 416121213
parent
245ec883
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/vision/beta/projects/movinet/modeling/movinet.py
official/vision/beta/projects/movinet/modeling/movinet.py
+1
-1
No files found.
official/vision/beta/projects/movinet/modeling/movinet.py
View file @
fceb3ca9
...
...
@@ -474,7 +474,7 @@ class Movinet(tf.keras.Model):
if
not
(
len
(
block
.
expand_filters
)
==
len
(
block
.
kernel_sizes
)
==
len
(
block
.
strides
)):
raise
ValueError
(
'Lenths of block parameters differ: {}, {}, {}'
.
format
(
'Len
g
ths of block parameters differ: {}, {}, {}'
.
format
(
len
(
block
.
expand_filters
),
len
(
block
.
kernel_sizes
),
len
(
block
.
strides
)))
...
...
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