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
bfbb32aa
Commit
bfbb32aa
authored
Oct 21, 2020
by
vishnubanna
Browse files
PR1 darknet
parent
73a2818d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
official/vision/beta/projects/yolo/modeling/backbones/Darknet.py
...l/vision/beta/projects/yolo/modeling/backbones/Darknet.py
+4
-4
No files found.
official/vision/beta/projects/yolo/modeling/backbones/Darknet.py
View file @
bfbb32aa
import
importlib
import
collections
from
typing
import
*
import
tensorflow
as
tf
import
tensorflow.keras
as
ks
import
official.vision.beta.projects.yolo.modeling.building_blocks
as
nn_blocks
import
collections
from
official.vision.beta.modeling.backbones
import
factory
from
official.vision.beta.projects.yolo.modeling
import
building_blocks
as
nn_blocks
# builder required classes
class
CSPBlockConfig
(
object
):
...
...
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