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
fe30e189
Commit
fe30e189
authored
Aug 21, 2020
by
Vighnesh Birodkar
Committed by
TF Object Detection Team
Aug 21, 2020
Browse files
Remove debug eval index print statement.
PiperOrigin-RevId: 327824781
parent
84902983
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
research/object_detection/model_lib_v2.py
research/object_detection/model_lib_v2.py
+0
-2
No files found.
research/object_detection/model_lib_v2.py
View file @
fe30e189
...
@@ -958,8 +958,6 @@ def eval_continuously(
...
@@ -958,8 +958,6 @@ def eval_continuously(
if
eval_index
is
not
None
:
if
eval_index
is
not
None
:
eval_inputs
=
[
eval_inputs
[
eval_index
]]
eval_inputs
=
[
eval_inputs
[
eval_index
]]
tf
.
logging
.
info
(
'eval_index selected - {}'
.
format
(
eval_inputs
))
global_step
=
tf
.
compat
.
v2
.
Variable
(
global_step
=
tf
.
compat
.
v2
.
Variable
(
0
,
trainable
=
False
,
dtype
=
tf
.
compat
.
v2
.
dtypes
.
int64
)
0
,
trainable
=
False
,
dtype
=
tf
.
compat
.
v2
.
dtypes
.
int64
)
...
...
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