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
3046cda7
Commit
3046cda7
authored
Apr 11, 2022
by
Fan Yang
Committed by
A. Unique TensorFlower
Apr 11, 2022
Browse files
Internal change
PiperOrigin-RevId: 440953577
parent
22bd174f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
official/projects/qat/vision/tasks/retinanet_test.py
official/projects/qat/vision/tasks/retinanet_test.py
+1
-0
No files found.
official/projects/qat/vision/tasks/retinanet_test.py
View file @
3046cda7
...
@@ -60,6 +60,7 @@ class RetinaNetTaskTest(parameterized.TestCase, tf.test.TestCase):
...
@@ -60,6 +60,7 @@ class RetinaNetTaskTest(parameterized.TestCase, tf.test.TestCase):
config
.
task
.
validation_data
.
shuffle_buffer_size
=
2
config
.
task
.
validation_data
.
shuffle_buffer_size
=
2
config
.
task
.
validation_data
.
input_path
=
test_tfrecord_file
config
.
task
.
validation_data
.
input_path
=
test_tfrecord_file
config
.
task
.
train_data
.
input_path
=
test_tfrecord_file
config
.
task
.
train_data
.
input_path
=
test_tfrecord_file
config
.
task
.
annotation_file
=
None
config
.
train_steps
=
1
config
.
train_steps
=
1
task
=
retinanet
.
RetinaNetTask
(
config
.
task
)
task
=
retinanet
.
RetinaNetTask
(
config
.
task
)
...
...
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