Using TensorFlow backend.
2018-06-13 17:21:01.080746: I tensorflow/core/platform/cpu_feature_guard.cc:140] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
But it show that I am using CPU instead of GPU. My keras is using GPU. Any advice? Many thanks
I use your train_RNN.py, I got
Using TensorFlow backend. 2018-06-13 17:21:01.080746: I tensorflow/core/platform/cpu_feature_guard.cc:140] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
But it show that I am using CPU instead of GPU. My keras is using GPU. Any advice? Many thanks