84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
keras安装好了,tensorflow也安装好了但运行的时候出现这个问题,有人以前遇到过吗?能帮忙解决一下吗?谢谢了
业精于勤,荒于嬉;行成于思,毁于随。
这个是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
这个是keras的问题,修改keras/backend/tensorflow_backend.py
改为
via https://github.com/fchollet/k...
请用ananconda