udacity / deep-learning-v2-pytorch

Projects and exercises for the latest Deep Learning ND program https://www.udacity.com/course/deep-learning-nanodegree--nd101
MIT License
5.31k stars 5.33k forks source link

torch.transpose() added in markdown #269

Closed RasikKane closed 3 years ago

RasikKane commented 4 years ago

torch.transpose(weights,0,1) is efficient way to obtain transposed weight matrix along with given 3 methods