tensorflow错误
出现错误:Fetch argument <function should_use_result..wrapped at 0x00000231BEDC6598> has invalid type <class ‘function’>, must be a string or Tensor. (Can not convert a function into a Tensor or Operation.)
原因:tf.initialize_all_variables忘记在后面添加()