adventures-in-ml-code icon indicating copy to clipboard operation
adventures-in-ml-code copied to clipboard

Fixed summary throwing error

Open mahacoder opened this issue 8 years ago • 0 comments

Fixed the error TensorFlow summary was throwing:

You must feed a value for placeholder tensor 'Placeholder_1' with dtype float and shape [?,10]
	 [[Node: Placeholder_1 = Placeholder[dtype=DT_FLOAT, shape=[?,10], _device="/job:localhost/replica:0/task:0/device:GPU:0"]()]]

mahacoder avatar Nov 24 '17 23:11 mahacoder