torch tensor.permute()

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2025 Oct 29 11:36
Editor
Edited
Edited
2025 Oct 29 12:36
torch.Tensor.transpose()
swaps two dimensions, while permute() is a generalized operation that allows you to specify the order of all axes
 
 
 
 
 
 
 
 

Recommendations