问题:
TypeError: Fetch argument None has invalid type <class 'NoneType'>
解决方法:
可能是由于sess.run([op])
中的op操作不存在,即为None。
TypeError: Fetch argument None has invalid type <class 'NoneType'>
可能是由于sess.run([op])
中的op操作不存在,即为None。
本文标题:TypeError: Fetch argument None h
本文链接:https://www.haomeiwen.com/subject/mlsqiqtx.html
网友评论