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
504f2550
Commit
504f2550
authored
Jul 06, 2022
by
ghpark
Browse files
Rename test
parent
315506c9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
official/projects/detr/tasks/detection_test.py
official/projects/detr/tasks/detection_test.py
+2
-2
No files found.
official/projects/detr/tasks/detection_test.py
View file @
504f2550
...
@@ -116,7 +116,7 @@ class DetectionTest(tf.test.TestCase):
...
@@ -116,7 +116,7 @@ class DetectionTest(tf.test.TestCase):
state
=
task
.
aggregate_logs
(
step_outputs
=
logs
)
state
=
task
.
aggregate_logs
(
step_outputs
=
logs
)
task
.
reduce_aggregated_logs
(
state
)
task
.
reduce_aggregated_logs
(
state
)
class
DetectionT
est_tfds
(
tf
.
test
.
TestCase
):
class
DetectionT
FDSTest
(
tf
.
test
.
TestCase
):
def
test_train_step
(
self
):
def
test_train_step
(
self
):
config
=
detr_cfg
.
DetrTask
(
config
=
detr_cfg
.
DetrTask
(
...
@@ -177,7 +177,7 @@ class DetectionTest_tfds(tf.test.TestCase):
...
@@ -177,7 +177,7 @@ class DetectionTest_tfds(tf.test.TestCase):
state
=
task
.
aggregate_logs
(
step_outputs
=
logs
)
state
=
task
.
aggregate_logs
(
step_outputs
=
logs
)
task
.
reduce_aggregated_logs
(
state
)
task
.
reduce_aggregated_logs
(
state
)
class
DetectionT
est_tfr
ecord
(
tf
.
test
.
TestCase
):
class
DetectionT
FR
ecord
Test
(
tf
.
test
.
TestCase
):
def
test_train_step
(
self
):
def
test_train_step
(
self
):
config
=
detr_cfg
.
DetrTask
(
config
=
detr_cfg
.
DetrTask
(
...
...
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