Skip to content

Commit

Permalink
fix imports again based on sponge error.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfboyd committed Dec 24, 2018
1 parent fd955c9 commit 25efe03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion official/resnet/keras/keras_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@

import time

import numpy as np

# pylint: disable=g-bad-import-order
from absl import flags
import numpy as np
import tensorflow as tf
from tensorflow.python.keras.optimizer_v2 import (gradient_descent as
gradient_descent_v2)
Expand Down

0 comments on commit 25efe03

Please sign in to comment.