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
6f91d7b1
"examples/vscode:/vscode.git/clone" did not exist on "2f44d630460666c7e8acd54a54e81340ad71526f"
Commit
6f91d7b1
authored
Oct 22, 2020
by
vishnubanna
Browse files
final
parent
bf70fac4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
official/vision/beta/projects/yolo/modeling/backbones/Darknet.py
...l/vision/beta/projects/yolo/modeling/backbones/Darknet.py
+0
-11
No files found.
official/vision/beta/projects/yolo/modeling/backbones/Darknet.py
View file @
6f91d7b1
...
...
@@ -354,14 +354,3 @@ def build_darknet(
kernel_regularizer
=
l2_regularizer
)
model
.
summary
()
return
model
# if __name__ == "__main__":
# from yolo.configs import backbones
# from official.core import registry
# model = backbones.Backbone(type="darknet", darknet=backbones.DarkNet(model_id="darknet53"))
# cfg = temp(model)
# model = factory.build_backbone(tf.keras.layers.InputSpec(shape = [None, 416, 416, 3]), cfg, None)
# print(model.output_specs)
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