TypeError: TF_SessionRun_wrapper: expected all values in input dict to be ndarray

愛問西瓜愛大樹發表於2020-10-20

首先用管理員的許可權開啟cmd:

輸入:

pip uninstall numpy

pip install numpy 

(加入上一步報錯)pip install -U numpy

參考:解決tensorflow模型儲存時Saver報錯:TypeError: TF_SessionRun_wrapper: expected all values in input dict to be ndarray

相關文章