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
46e72b67
You need to sign in or sign up before continuing.
Commit
46e72b67
authored
Aug 12, 2020
by
Hongkun Yu
Committed by
A. Unique TensorFlower
Aug 12, 2020
Browse files
Remove g-bad-import-order
PiperOrigin-RevId: 326376359
parent
999fae62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
official/benchmark/keras_cifar_benchmark.py
official/benchmark/keras_cifar_benchmark.py
+2
-2
No files found.
official/benchmark/keras_cifar_benchmark.py
View file @
46e72b67
...
@@ -21,7 +21,7 @@ import os
...
@@ -21,7 +21,7 @@ import os
import
time
import
time
from
absl
import
flags
from
absl
import
flags
import
tensorflow
as
tf
# pylint: disable=g-bad-import-order
import
tensorflow
as
tf
from
official.benchmark
import
keras_benchmark
from
official.benchmark
import
keras_benchmark
from
official.benchmark
import
benchmark_wrappers
from
official.benchmark
import
benchmark_wrappers
...
@@ -31,7 +31,7 @@ MIN_TOP_1_ACCURACY = 0.929
...
@@ -31,7 +31,7 @@ MIN_TOP_1_ACCURACY = 0.929
MAX_TOP_1_ACCURACY
=
0.938
MAX_TOP_1_ACCURACY
=
0.938
FLAGS
=
flags
.
FLAGS
FLAGS
=
flags
.
FLAGS
os
.
path
.
join
(
root_data_dir
,
CIFAR_DATA_DIR_NAME
)
=
'
/placer/prod/home/distbelief/
cifar10-
orig
'
CIFAR_DATA_DIR_NAME
=
'cifar
-
10-
batches-bin
'
class
Resnet56KerasAccuracy
(
keras_benchmark
.
KerasBenchmark
):
class
Resnet56KerasAccuracy
(
keras_benchmark
.
KerasBenchmark
):
...
...
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