错误描述: TypeError: Cannot interpret feed_dict key as Tensor: Can not convert a float into a Tensor. 改错: 查看是否重用了y,x和keep_prob。。。有重用的地方,改另外的变量即可。。 因重用x ,浪费了很多时间的我,在这记录一下这个问题!!!