在Spyder或者Jupyter中运行xx.py文件出现 InvalidArgumentError

Spyder或者Jupyter中运行xx.py文件出现InvalidArgumentError:You must feed a value for placeholder tensor 'inputs_4/y_input' with dtype float and shape [?,1][[Node:inputs_4/y_input=Placeholder[dtype=DT_FLOAT,shape=[?,1], _device="/job:localhost/replica:0/task:0/device:CPU:0"]()]]

解决办法:直接在命令行cmdpython xx.py即可


版权声明:本文为luckygirl0809原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。