Tensorflow Session.run
過程中的報錯惑灵,run
的函數(shù)參數(shù)為:
run(self, fetches, feed_dict=None, options=None, run_metadata=None)
tensorflow在Session.run
過程中會通過for_fetch(fetch)
staticmethod來檢查fetch的值衅谷,如果遇到fetch is None
就會拋出這個錯誤岸裙。
遇到這個錯誤,需要去檢查Session.run
的fetch
(可以是list, dict, tensor_name)是否有None值;或者是訓(xùn)練過程中是否可能變成None值。