imjcham

Results 2 issues of imjcham

Thanks for putting this together, I saw your talk on strangeloop and wanted to take this for a spin. I ran into this issue after following the instructions though. after...

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...