04 2019 档案

摘要:PyTorch provides 2 kinds of Softmax class. The one is applying softmax along a certain dimension. The other is do softmax on a spatial matrix sized in 阅读全文
posted @ 2019-04-02 11:14 leizhao 阅读(3226) 评论(0) 推荐(0)
摘要:1. Element-wise Multiplication * torch.Tensor.mul() torch.mul() 2. Matrix Multiplication torch.Tensor.matmul() torch.matmul() torch.Tensor.mm() torch. 阅读全文
posted @ 2019-04-01 16:48 leizhao 阅读(311) 评论(0) 推荐(0)