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
25efe03e
Commit
25efe03e
authored
Dec 23, 2018
by
Toby Boyd
Browse files
fix imports again based on sponge error.
parent
fd955c93
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
official/resnet/keras/keras_common.py
official/resnet/keras/keras_common.py
+2
-1
No files found.
official/resnet/keras/keras_common.py
View file @
25efe03e
...
@@ -20,9 +20,10 @@ from __future__ import print_function
...
@@ -20,9 +20,10 @@ from __future__ import print_function
import
time
import
time
import
numpy
as
np
# pylint: disable=g-bad-import-order
# pylint: disable=g-bad-import-order
from
absl
import
flags
from
absl
import
flags
import
numpy
as
np
import
tensorflow
as
tf
import
tensorflow
as
tf
from
tensorflow.python.keras.optimizer_v2
import
(
gradient_descent
as
from
tensorflow.python.keras.optimizer_v2
import
(
gradient_descent
as
gradient_descent_v2
)
gradient_descent_v2
)
...
...
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