python - keras安装
迷茫
迷茫 2017-04-18 10:31:47
0
2
619

keras安装好了,tensorflow也安装好了
但运行的时候出现这个问题,有人以前遇到过吗?能帮忙解决一下吗?谢谢了

迷茫
迷茫

业精于勤,荒于嬉;行成于思,毁于随。

répondre à tous (2)
Peter_Zhu

这个是keras的问题,修改keras/backend/tensorflow_backend.py

try: import tf.contrib.ctc as tfctc except ImportError: import tf.core.util.ctc as tfctc

改为

try: import tf.contrib.ctc as tfctc except ImportError: import tf.core.util.ctc as tfctc finally: tf.ctc = tfctc del tfctc

via https://github.com/fchollet/k...

    左手右手慢动作

    请用ananconda

      Derniers téléchargements
      Plus>
      effets Web
      Code source du site Web
      Matériel du site Web
      Modèle frontal
      À propos de nous Clause de non-responsabilité Sitemap
      Site Web PHP chinois:Formation PHP en ligne sur le bien-être public,Aidez les apprenants PHP à grandir rapidement!