Installation requirement: conda install tensorflow (or tensorflow-gpu for GPU support)
For training, KERAS_BACKEND=tensorflow <training-script> <args> should be enough.
Tested with BiRNN models, similar results observed so far, but further tests need to be conducted, to make sure that there is no side-effect.
Installation requirement:
conda install tensorflow(ortensorflow-gpufor GPU support)For training,
KERAS_BACKEND=tensorflow <training-script> <args>should be enough.Tested with BiRNN models, similar results observed so far, but further tests need to be conducted, to make sure that there is no side-effect.