pr_AIyyer

Results 6 comments of pr_AIyyer

sure, thank you so much,.. Actually i got it fixed. Then i got dimension error. i tried changing it to 'reshape_images = tf.reshape(x, [-1, 32, 2, 1])` which helped me...

Actually I did it before and got the following error. Hence i tried 32,2. InvalidArgumentError (see above for traceback): logits and labels must have the same first dimension, got logits...

thank you so much.. Let me check it out and i shall update you at the earliest,

getting same error..Can someone help?

Getting same error for me as well. :(

i got that error corrected by changing the line number 16 to `labels = data.iloc[:,:1].values.ravel()`