Pergunta

Are view() in torch and reshape() in Numpy similar?

view() is applied on torch tensors to change their shape and reshape() is a numpy function to change shape of ndarrays.

Nenhuma solução correta

Licenciado em: CC-BY-SA com atribuição
scroll top