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
fba9d3d9
Commit
fba9d3d9
authored
Oct 23, 2020
by
The-Indian-Chinna
Browse files
Putting in necessary comment back
parent
ee7286e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
official/vision/beta/projects/yolo/configs/backbones.py
official/vision/beta/projects/yolo/configs/backbones.py
+6
-1
No files found.
official/vision/beta/projects/yolo/configs/backbones.py
View file @
fba9d3d9
...
@@ -7,4 +7,9 @@ from official.modeling import hyperparams
...
@@ -7,4 +7,9 @@ from official.modeling import hyperparams
@
dataclasses
.
dataclass
@
dataclasses
.
dataclass
class
DarkNet
(
hyperparams
.
Config
):
class
DarkNet
(
hyperparams
.
Config
):
"""DarkNet config."""
"""DarkNet config."""
model_id
:
str
=
"darknet53"
model_id
:
str
=
"darknet53"
\ No newline at end of file
# # we could not get this to work
# @dataclasses.dataclass
# class Backbone(backbones.Backbone):
# darknet: DarkNet = DarkNet()
\ No newline at end of file
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