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
3347c155
Commit
3347c155
authored
Oct 11, 2022
by
Rebecca Chen
Committed by
A. Unique TensorFlower
Oct 11, 2022
Browse files
Internal change
PiperOrigin-RevId: 480462272
parent
baf94acc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/projects/assemblenet/configs/assemblenet.py
official/projects/assemblenet/configs/assemblenet.py
+1
-1
No files found.
official/projects/assemblenet/configs/assemblenet.py
View file @
3347c155
...
...
@@ -61,7 +61,7 @@ def flat_lists_to_blocks(model_structures, model_edge_weights):
if
node
[
0
]
<
0
:
block
=
BlockSpec
(
level
=
node
[
0
],
temporal_dilation
=
node
[
1
])
else
:
block
=
BlockSpec
(
block
=
BlockSpec
(
# pytype: disable=wrong-arg-types
level
=
node
[
0
],
input_blocks
=
node
[
1
],
num_filters
=
node
[
2
],
...
...
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