You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: