Skip to content

Commit

Permalink
add fast_compile flag for theano on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Aug 1, 2017
1 parent 6211398 commit 2024868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sudo: false

env:
- KERAS_BACKEND="tensorflow"
- KERAS_BACKEND="theano"
- KERAS_BACKEND="theano" THEANO_FLAGS=optimizer=fast_compile
- KERAS_BACKEND="cntk"
- KERAS_IMPLEMENTATION="tensorflow"

Expand Down

0 comments on commit 2024868

Please sign in to comment.