switch to using TensorFlow as backend for recent versions of Keras#5821
switch to using TensorFlow as backend for recent versions of Keras#5821wpoely86 merged 2 commits intoeasybuilders:developfrom
Conversation
|
Test report by @boegel |
|
Test report by @boegel |
|
On a test application (faceswap) I saw a 5x speed improvement in iteration speed (with similar loss) between a TensorFlow built from source vs theano (built without blas and lapack it warned me) backend. |
|
I ran into issues with keras 2.1.3 and tensorflow, which did not happen in 2.1.2 |
|
See issue reported by @JensTimmerman at keras-team/keras#9381 . Since this is a very clear error, which possible only occurs in same contexts, I don't think that's a blocker for this particular PR... |
Now that we can properly build
TensorFlowfrom source (cfr. easybuilders/easybuild-easyblocks#1287), we should also useTensorFlowas backend for Keras (which is the default), since it performs a lot better thanTheano(which is pretty much end of life).requires
#5819(TensorFlow)cc @JensTimmerman