PyTorch: Difference between revisions

89 bytes added ,  27 January 2021
Line 38: Line 38:


==Usage==
==Usage==
===torch.meshgrid===
Note that this is transposed compared to <code>np.meshgrid</code>.
===torch.nn.functional===
===torch.nn.functional===
[https://pytorch.org/docs/stable/nn.functional.html PyTorch Documentation]
[https://pytorch.org/docs/stable/nn.functional.html PyTorch Documentation]