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

Commit

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


@pytest.mark.skipif((backend.backend() == 'theano'),
reason='not supported on Theano for Keras < 2.2.0')
def test_xception():
app = xception.Xception
module = xception
Expand Down

0 comments on commit f0870f0

Please sign in to comment.