Skip to content
This repository was archived by the owner on Nov 3, 2022. It is now read-only.

Commit 47016be

Browse files
committed
Enable testing for Xception on Theano and CNTK
1 parent 4b18156 commit 47016be

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/applications_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,6 @@ def test_vgg():
160160
_test_app_pooling(app, last_dim)
161161

162162

163-
@pytest.mark.skipif((backend.backend() != 'tensorflow'),
164-
reason='Xception supported only on TensorFlow')
165163
def test_xception():
166164
app = xception.Xception
167165
module = xception

0 commit comments

Comments
 (0)