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
b98409cb
Commit
b98409cb
authored
Oct 13, 2018
by
Toby Boyd
Browse files
fix lint import order
parent
ea37b1b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/resnet/resnet_run_loop.py
official/resnet/resnet_run_loop.py
+1
-1
No files found.
official/resnet/resnet_run_loop.py
View file @
b98409cb
...
...
@@ -25,13 +25,13 @@ from __future__ import print_function
import
functools
import
math
import
multiprocessing
import
os
# pylint: disable=g-bad-import-order
from
absl
import
flags
import
tensorflow
as
tf
from
tensorflow.contrib.data.python.ops
import
threadpool
import
multiprocessing
from
official.resnet
import
resnet_model
from
official.utils.flags
import
core
as
flags_core
...
...
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