dlwpt-code icon indicating copy to clipboard operation
dlwpt-code copied to clipboard

A mistake in the book

Open mrzyzhaozeyu opened this issue 5 years ago • 1 comments

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]])

mrzyzhaozeyu avatar Feb 18 '20 01:02 mrzyzhaozeyu

Hi, sorry for not replying until now. Can you help us identify the page where the mistake is located?

lantiga avatar Aug 09 '20 12:08 lantiga