backstopmedia / tensorflowbook

459 stars 297 forks source link

Typo on Chapter 3 #15

Open imjcham opened 7 years ago

imjcham commented 7 years ago

There is a small Typo in Chapter 3

1-D Tensor with boolean data type

t_2 = np.array([[True, False, False], [False, False, True], [False, True, False]], dtype=np.bool)

This should have said 2-D Tensor and not 1-D.