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
adc8f11b
Commit
adc8f11b
authored
Jun 20, 2019
by
Haoyu Zhang
Committed by
Dong Lin
Jun 20, 2019
Browse files
Fix test that requires xla flag to be defined (#7072)
parent
092def7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
official/resnet/keras/keras_imagenet_test.py
official/resnet/keras/keras_imagenet_test.py
+1
-2
No files found.
official/resnet/keras/keras_imagenet_test.py
View file @
adc8f11b
...
...
@@ -49,8 +49,7 @@ class KerasImagenetTest(googletest.TestCase):
@
classmethod
def
setUpClass
(
cls
):
# pylint: disable=invalid-name
super
(
KerasImagenetTest
,
cls
).
setUpClass
()
imagenet_main
.
define_imagenet_flags
()
keras_common
.
define_keras_flags
()
keras_imagenet_main
.
define_imagenet_keras_flags
()
def
setUp
(
self
):
super
(
KerasImagenetTest
,
self
).
setUp
()
...
...
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