Keras backend - ImportError: cannot import name ctc_ops

后端 未结 3 1917
孤城傲影
孤城傲影 2021-01-19 22:57

I have installed keras but when I write import keras I am getting the error : ImportError: cannot import name ctc_ops, I want to change the backend from te

3条回答
  •  栀梦
    栀梦 (楼主)
    2021-01-19 23:45

    Get a more recent version of tensorflow. The default tensorflow installed by conda is currently 0.9.0, which too old. Try upgrading for instance with conda upgrade -c conda-forge tensorflow or pip install tensorflow --upgradeif you don't use conda.

提交回复
热议问题