Tweeted By @karpathy
>>> a = np.zeros(5, 5)
— Andrej Karpathy (@karpathy) February 24, 2019
>>> TypeError: data type not understood
# thanks numpy, that's very helpful. pretty sure if isinstance(dtype, int): print("did you mean to use a tuple for size?") would have saved the human race a gajillion hours.