I have just installed Tensorflow and Keras in a conda environment (with miniconda).
In the keras.json
file, the backend is tensorflow
and there is no environment variable KERAS_BACKEND
defined, however, when I import keras backend
, I am told that Theano is used !
I don't know what's wrong....