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

Commit

Permalink
Enable testing for Xception on Theano and CNTK
Browse files Browse the repository at this point in the history
  • Loading branch information
taehoonlee committed Jun 4, 2018
1 parent 4b18156 commit 47016be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/applications_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@ def test_vgg():
_test_app_pooling(app, last_dim)


@pytest.mark.skipif((backend.backend() != 'tensorflow'),
reason='Xception supported only on TensorFlow')
def test_xception():
app = xception.Xception
module = xception
Expand Down

0 comments on commit 47016be

Please sign in to comment.