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
baea8882
Commit
baea8882
authored
Jul 07, 2022
by
Frederick Liu
Committed by
A. Unique TensorFlower
Jul 07, 2022
Browse files
Internal change
PiperOrigin-RevId: 459586782
parent
c0a47fd4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
official/projects/detr/tasks/detection.py
official/projects/detr/tasks/detection.py
+1
-0
No files found.
official/projects/detr/tasks/detection.py
View file @
baea8882
...
@@ -54,6 +54,7 @@ class DectectionTask(base_task.Task):
...
@@ -54,6 +54,7 @@ class DectectionTask(base_task.Task):
input_specs
=
input_specs
,
input_specs
=
input_specs
,
backbone_config
=
self
.
_task_config
.
model
.
backbone
,
backbone_config
=
self
.
_task_config
.
model
.
backbone
,
norm_activation_config
=
self
.
_task_config
.
model
.
norm_activation
)
norm_activation_config
=
self
.
_task_config
.
model
.
norm_activation
)
model
=
detr
.
DETR
(
backbone
,
self
.
_task_config
.
model
.
num_queries
,
model
=
detr
.
DETR
(
backbone
,
self
.
_task_config
.
model
.
num_queries
,
self
.
_task_config
.
model
.
hidden_size
,
self
.
_task_config
.
model
.
hidden_size
,
self
.
_task_config
.
model
.
num_classes
,
self
.
_task_config
.
model
.
num_classes
,
...
...
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