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
fd955c93
"vscode:/vscode.git/clone" did not exist on "8cdcb2a92f80bc7752949ad3266edf1bc6595b5c"
Commit
fd955c93
authored
Dec 23, 2018
by
Toby Boyd
Browse files
fix import order by disabling it.
parent
d2937946
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
official/resnet/keras/keras_common.py
official/resnet/keras/keras_common.py
+4
-4
No files found.
official/resnet/keras/keras_common.py
View file @
fd955c93
...
...
@@ -20,10 +20,10 @@ from __future__ import print_function
import
time
from
absl
import
flags
# pylint: disable=g-bad-import-order
import
numpy
as
np
# pylint: disable=g-bad-import-order
import
tensorflow
as
tf
# pylint: disable=g-bad-import-order
# 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
)
...
...
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