TensorFlow 報錯:unhashable type: 'numpy.ndarray' error 的可能錯因
一般來說是sess.run裡的feed_dict字典內部出現了問題。feed_dict的引數一般存放的是佔位符placeholder,通過feed_dict將具體資料“喂”進placeholder。unhashable type: 'numpy.ndarray' error報了這樣的錯,極有可能是因為feed_dict的內部的鍵(placeholder)與值不匹配。
通過上網查閱以及我個人出現的情況,目前發現兩個比較有可能導致的錯因會報這樣的錯:
- 比如placeholder為tf.float32,而feed進去的具體資料為np.int64,這樣就會需要將所對應的型別設為一致。
- 這也是博主個人所犯的錯誤,placeholder內部設定的size與“喂”進去的資料的size不匹配。同樣,需要將其設定為一致。
歡迎各位若遇到不同的情況報了相同的錯誤在下面評論補充,贈人玫瑰,手留餘香。
相關推薦
TensorFlow 報錯:unhashable type: 'numpy.ndarray' error
在TensorFlow執行計算圖的過程中,sess.run()那行可能會出現報錯 unhashable type: 'numpy.ndarray' error 大致意思為不可雜湊的型別 問題出現在feed_dict 裡面。、 解決方法 1: 在啟動sess並給plac
TensorFlow 報錯:unhashable type: 'numpy.ndarray' error 的可能錯因
一般來說是sess.run裡的feed_dict字典內部出現了問題。feed_dict的引數一般存放的是佔位符placeholder,通過feed_dict將具體資料“喂”進placeholder。unhashable type: 'numpy.ndarray' error報
TensorFlow 報錯:unhashable type: 'numpy.ndarray' error 的可能錯因
一般來說是sess.run裡的feed_dict字典內部出現了問題。feed_dict的引數一般存放的是佔位符placeholder,通過feed_dict將具體資料“喂”進placeholder。unhashable type: 'numpy.ndarray' error報了這樣的錯,極有可能是因
使用echarts-for-react 繪制折線圖 報錯:`series.type should be specified `
reac inject clas mar amp 添加 str serve 顏色 解決辦法: 在動態獲取值的函數前面加 訪問器屬性 get ,去獲取對象的屬性 @inject(‘commonStore‘, ‘reportUIStore‘) @observer
安裝theano時候發現報錯:cannot install ''numpy'.It is a distutils installed project and thus we cannot ...
發現我安裝theano的時候需要numpy需要1.9以上版本,而我之前自帶的numpy是1.8版本,所以版本有問題。根本原因是theano需要的numpy版本不符合要求,但是numpy已經安裝過了,所以無法進行直接解除安裝。提供兩個解決方法:解決方法1:直接找到numpy的安
android 配置報錯:Program type already present: android.support.v4.app.BackStackRecord$Op
最近在整理公司的一些專案,總結做過的專案檔案,每次從svn下載下來的專案 都會報錯,其他小問題 就不一一說了,見招拆招,碰到兩個頭疼的問題,最後發現 解決辦法是一樣 在這裡,跟大家分享一下,如果,你知道,可以忽略,錯誤:Program type already present
編譯安裝libiconv報錯:./stdio.h:1010:1: error: 'gets' undeclared here (not in a function)
編譯安裝libiconv報錯:./stdio.h:1010:1: error: 'gets' undeclared here (not in a function)錯誤如下: In file included from progname.c:26:0: ./stdio.h:101
kettle-java程式碼執行hive相關ktr時報錯: database type with plugin id [HIVE2] couldn't be found!
kettle-java程式碼執行hive相關ktr時報錯: database type with plugin id [HIVE2] couldn't be found! 轉 2018年08月13日 16:47:30 lisery1993 閱讀數:305 1.在jav
學習筆記-TypeError: Fetch argument array has invalid type type 'numpy.ndarray',(Can not convert a ...)
報錯:TypeError: Fetch argument array([ 12., 244., 234., ..., 255., 189., 0.], dtype=float32) has invali
apache報錯: apache2.2.22 configuration error: couldn't perform authentication. AuthType not set!: /
configuration error: couldn't perform authentication. AuthType not set!: / 500伺服器錯誤解決方案:<Directo
kettle-java程式碼執行hive相關ktr時報錯: database type with plugin id [HIVE2] couldn't be found!
1.在java專案中執行hive相關的ktr: KettleEnvironment.init(); TransMeta transMeta = new TransMeta("C:\\Users\\lixiang\\Desktop\\hivetorizhi.kt
Django——報錯:admin後臺新增中文資料時報錯——UnicodeEncodeError: 'ascii' codec can't encode characters in position..
這個是在弄自己的個人部落格站點時遇到的問題,在admin後臺新增中文資料時,會報錯:UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-3 解決辦法,在相應的admin.py(專案/
tomcat熱部署報錯:Tomcat return http status error: 413, Reason Phrase: Request Entity Too Large
一、問題 tomcat熱部署的時候使用的是域名上傳到遠端伺服器,總是報錯。Tomcat return http status error: 413, Reason Phrase: Request Entity Too Large。 二、解決
Win10系統安裝Cisco VPN Client時報錯:installing Cisco VPN client -Error 27850. Unable to manage networking c
問題描述: WIN10系統安裝VPN Client時,出現報錯資訊: installing Cisco VPN client -Error 27850. Unable to manage networ
yum安裝nginx時報錯:No package nginx available. Error: Nothing to do
在安裝nginx時出現以下錯誤: [[email protected]1 ~]# yum install nginx -y Loaded plugins: fastestmirror, re
解決編譯libiconv時報錯:./stdio.h:1010:1: error: 'gets' undeclared here (not in a function)
轉載自:http://forum.z27315.com/topic/15662-%E8%A7%A3%E5%86%B3%E7%BC%96%E8%AF%91libiconv%E6%97%B6%E7%9A%8439gets39-undeclared-here%E9%94%99%E
解決git clone時報錯:The requested URL returned error: 401 Unauthorized while accessing
版本問題,最直接的解決辦法就是重新編輯安裝git吧: 1. 下載:# wget -O git.zip https://github.com/git/git/archive/master.zip
spriing boot 啟動報錯:Cannot determine embedded database driver class for database type NONE
.class sre 5.0 sin via cor pan cep can 最近在學習使用spring boot。使用maven創建好工程,只引用需要用到的spring boot相關的jar包,除此之外沒有任何的配置。 寫了一個最簡單的例子,如下所示: 1 pa
【ActiveMQ】消息生產者自動註入報錯:Could not autowire. No beans of 'JmsMessagingTemplate' type found
註入 fin producer 定義 red because spl send code 使用ActiveMQ過程中,定義消息生產者: package com.sxd.jms.producer; import org.springframework.beans.fa
TensorFlow安裝之後導入報錯:libcudnn.so.6:cannot open sharedobject file: No such file or directory
-a ring share 環境 .net str ubunt dir 附件 轉載自:http://blog.csdn.net/silent56_th/article/details/77587792 系統環境:Ubuntu16.04 + GTX1060 目的:配置一下py