Keras's model.compile() is failing on travis but not in local tests. Need some sort of change to .travis.yml
model.compile()
.travis.yml
THEANO_FLAGS with gcc.cxxflags in travis, fixes #63
19f0011
78cf9f2
Thanks to Theano/Theano#3780
Keras's
model.compile()
is failing on travis but not in local tests. Need some sort of change to.travis.yml