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
15e0057f
"examples/vscode:/vscode.git/clone" did not exist on "4e0e66971b9dfd70746d45d2cf33ae58def288a0"
Commit
15e0057f
authored
Mar 19, 2020
by
ayushmankumar7
Browse files
conflict resolved
parent
3043566d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
official/vision/image_classification/common_test.py
official/vision/image_classification/common_test.py
+1
-2
No files found.
official/vision/image_classification/common_test.py
View file @
15e0057f
...
@@ -21,7 +21,6 @@ from mock import Mock
...
@@ -21,7 +21,6 @@ from mock import Mock
import
numpy
as
np
import
numpy
as
np
import
tensorflow
as
tf
import
tensorflow
as
tf
from
absl
import
logging
from
tensorflow.python.platform
import
googletest
from
tensorflow.python.platform
import
googletest
from
official.utils.misc
import
keras_utils
from
official.utils.misc
import
keras_utils
from
official.vision.image_classification
import
common
from
official.vision.image_classification
import
common
...
@@ -107,5 +106,5 @@ class KerasCommonTests(tf.test.TestCase):
...
@@ -107,5 +106,5 @@ class KerasCommonTests(tf.test.TestCase):
return
eval_output
return
eval_output
if
__name__
==
'__main__'
:
if
__name__
==
'__main__'
:
logging
.
set_verbosity
(
logging
.
ERROR
)
tf
.
compat
.
v1
.
logging
.
set_verbosity
(
tf
.
compat
.
v1
.
logging
.
ERROR
)
googletest
.
main
()
googletest
.
main
()
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