文章詳情頁(yè)
python - keras安裝
瀏覽:112日期:2022-08-07 14:23:53
問(wèn)題描述
keras安裝好了,tensorflow也安裝好了但運(yùn)行的時(shí)候出現(xiàn)這個(gè)問(wèn)題,有人以前遇到過(guò)嗎?能幫忙解決一下嗎?謝謝了
問(wèn)題解答
回答1:這個(gè)是keras的問(wèn)題,修改keras/backend/tensorflow_backend.py
try: import tf.contrib.ctc as tfctcexcept ImportError: import tf.core.util.ctc as tfctc
改為
try: import tf.contrib.ctc as tfctcexcept ImportError: import tf.core.util.ctc as tfctcfinally: tf.ctc = tfctc del tfctc
via https://github.com/fchollet/k...
回答2:請(qǐng)用ananconda
相關(guān)文章:
1. MySQL客戶端吃掉了SQL注解?2. php自學(xué)從哪里開(kāi)始?3. mysql - AttributeError: ’module’ object has no attribute ’MatchType’4. 數(shù)據(jù)庫(kù) - MySQL 單表500W+數(shù)據(jù),查詢超時(shí),如何優(yōu)化呢?5. 求大神幫我看看是哪里寫(xiě)錯(cuò)了 感謝細(xì)心解答6. python - Django分頁(yè)和查詢參數(shù)的問(wèn)題7. javascript - 圖片能在網(wǎng)站顯示,但控制臺(tái)仍舊報(bào)錯(cuò)403 (Forbidden)8. javascript - 百度echarts series數(shù)據(jù)更新問(wèn)題9. phpstady在win10上運(yùn)行10. python小白的基礎(chǔ)問(wèn)題 關(guān)于while循環(huán)的嵌套
排行榜

熱門(mén)標(biāo)簽