dlwpt-code
dlwpt-code copied to clipboard
A mistake in the book
IN:torch.le(torch.Tensor([[1, 2], [3, 4]]), torch.Tensor([[1, 1], [4, 4]])) OUT:tensor([[ True, False], [ True, True]])
but in the preview version OUT:tensor([[ 1, 0], [ 1, 1]])
Hi, sorry for not replying until now. Can you help us identify the page where the mistake is located?