Why is the shape of the weight different?(Pytorch)

后端 未结 0 691
春和景丽
春和景丽 2020-12-11 04:28

Im trying to to do SoftMaxRegression in 2ways

First Way:

x_train = torch.FloatTensor([[1, 2, 1, 1],
           [2, 1, 3, 2],
           [3, 1, 3, 4],
          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题