"examples/vscode:/vscode.git/clone" did not exist on "4e0e66971b9dfd70746d45d2cf33ae58def288a0"
Commit 15e0057f authored by ayushmankumar7's avatar ayushmankumar7
Browse files

conflict resolved

parent 3043566d
...@@ -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()
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment