当前位置: 代码迷 >> 综合 >> InvalidArgumentError: You must feed a value for placeholder tensor ‘inputs_2/x_input‘ with dtype flo
  详细解决方案

InvalidArgumentError: You must feed a value for placeholder tensor ‘inputs_2/x_input‘ with dtype flo

热度:71   发布时间:2023-12-26 20:26:48.0

InvalidArgumentError: You must feed a value for placeholder tensor ‘inputs_2/x_input’ with dtype float and shape [?,1]
[[node inputs_2/x_input (defined at \AppData\Local\Temp/ipykernel_34984/1196531313.py:32) ]]

还是因为merged = tf.summary.merge_all()的问题,详细见链接
另一个解决办法

  相关解决方案