nfmcclure/tensorflow_cookbook

Chapter 8 Example: Implementing a Simpler CNN

kh-cheng opened this issue · 0 comments

I tried to run the file 02_introductory_cnn in chapter 8. But I find an error. In train_dict = {x_input: rand_x, y_target: rand_y}, y_target is of shape=(batch_size), but rand_y is of shape=(batch_size, 10)