Commit fba9d3d9 authored by The-Indian-Chinna's avatar The-Indian-Chinna
Browse files

Putting in necessary comment back

parent ee7286e3
......@@ -7,4 +7,9 @@ from official.modeling import hyperparams
@dataclasses.dataclass
class DarkNet(hyperparams.Config):
"""DarkNet config."""
model_id: str = "darknet53"
\ No newline at end of file
model_id: str = "darknet53"
# # we could not get this to work
# @dataclasses.dataclass
# class Backbone(backbones.Backbone):
# darknet: DarkNet = DarkNet()
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment