Challenge: Reshaping Tensors
Tarefa
Swipe to start coding
- Reshape the given tensor (with an initial shape of
3x4
) into a2x6
tensor. - Create a view of the reshaped tensor as a
4x3
tensor. - Use the appropriate method to add a new dimension at the third position (index
2
) of the tensor. - Use
squeeze()
to remove the added dimension.
Solução
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 1. Capítulo 10
single
Pergunte à IA
Pergunte à IA
Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo
Awesome!
Completion rate improved to 5Awesome!
Completion rate improved to 5
Challenge: Reshaping Tensors
Tarefa
Swipe to start coding
- Reshape the given tensor (with an initial shape of
3x4
) into a2x6
tensor. - Create a view of the reshaped tensor as a
4x3
tensor. - Use the appropriate method to add a new dimension at the third position (index
2
) of the tensor. - Use
squeeze()
to remove the added dimension.
Solução
Tudo estava claro?
Obrigado pelo seu feedback!
Seção 1. Capítulo 10
single
Awesome!
Completion rate improved to 5
Challenge: Reshaping Tensors
Deslize para mostrar o menu
Tarefa
Swipe to start coding
- Reshape the given tensor (with an initial shape of
3x4
) into a2x6
tensor. - Create a view of the reshaped tensor as a
4x3
tensor. - Use the appropriate method to add a new dimension at the third position (index
2
) of the tensor. - Use
squeeze()
to remove the added dimension.
Solução
Tudo estava claro?
Obrigado pelo seu feedback!