Skip to content

Commit

Permalink
conflict resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmankumar7 committed Mar 19, 2020
1 parent 3043566 commit 15e0057
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions official/vision/image_classification/common_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import numpy as np
import tensorflow as tf

from absl import logging
from tensorflow.python.platform import googletest
from official.utils.misc import keras_utils
from official.vision.image_classification import common
Expand Down Expand Up @@ -107,5 +106,5 @@ def _build_eval_output(self, top_1, eval_loss):
return eval_output

if __name__ == '__main__':
logging.set_verbosity(logging.ERROR)
tf.compat.v1.logging.set_verbosity(tf.compat.v1.logging.ERROR)
googletest.main()

0 comments on commit 15e0057

Please sign in to comment.