How to switch Backend with Keras (from TensorFlow to Theano)

前端 未结 8 1380
南旧
南旧 2020-12-07 16:23

I tried to switch Backend with Keras (from TensorFlow to Theano) but did not manage. I followed the temps described here but it doesn\'t work. I created a keras.json in the

8条回答
  •  北海茫月
    2020-12-07 17:08

    If you're using windows you can run from command line:

    set "KERAS_BACKEND=theano"

提交回复
热议问题