Vikramank / Deep-Learning-

Deep learning algorithms written in TensorFlow
MIT License
46 stars 86 forks source link

ValueError: could not broadcast input array from shape (56,56,3) into shape (56,56) #4

Open deepkshikha opened 6 years ago

deepkshikha commented 6 years ago

e1

Vikramank commented 6 years ago

Hi, the X_input should be of the shape [None,56,56,3]. If you have changed the shape, please verify this