The Python Oracle

What does .view() do in PyTorch?

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Forest of Spells Looping

--

Chapters
00:00 Question
00:20 Accepted answer (Score 426)
01:50 Answer 2 (Score 52)
04:34 Answer 3 (Score 48)
06:21 Answer 4 (Score 18)
10:29 Thank you

--

Full question
https://stackoverflow.com/questions/4247...

Accepted answer links:
[reshape()]: https://docs.scipy.org/doc/numpy/referen...
[this model definition code]: https://stackoverflow.com/revisions/4247...

Answer 3 links:
[image]: https://i.stack.imgur.com/ORqaP.png
[image]: https://i.stack.imgur.com/ee7Hj.png
[image]: https://i.stack.imgur.com/26Q9g.png
[-1]: https://stackoverflow.com/questions/5079...
[numpy.reshape()]: https://numpy.org/doc/stable/reference/g...

Answer 4 links:
[torch.Tensor.view()]: https://pytorch.org/docs/stable/tensors....
[torch.Tensor.view()]: https://pytorch.org/docs/stable/tensors....
[numpy.ndarray.reshape()]: https://docs.scipy.org/doc/numpy/referen...
[numpy.reshape()]: https://docs.scipy.org/doc/numpy/referen...
[view()]: https://pytorch.org/docs/stable/tensors....
[torch.reshape()]: https://pytorch.org/docs/stable/torch.ht...
[torch.Tensor.view()]: https://pytorch.org/docs/stable/tensors....
[torch.reshape()]: https://pytorch.org/docs/stable/torch.ht...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #memory #pytorch #tensor

#avk47