nfmcclure / tensorflow_cookbook

Code for Tensorflow Machine Learning Cookbook

Home Page:https://www.packtpub.com/big-data-and-business-intelligence/tensorflow-machine-learning-cookbook-second-edition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chapter 8 Example: Implementing a Simpler CNN

kh-cheng opened this issue · 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)