TypeError: Fetch argument None has invalid type

问题:

TypeError: Fetch argument None has invalid type

解决方法:

可能是由于sess.run([op])中的op操作不存在,即为None。

你可能感兴趣的:(TypeError: Fetch argument None has invalid type )