摘要: torch中Variable和Tensor合并 4 import torch 5 from torch.autograd import Variable # torch 中 Variable 模块 6 7 tensor = torch.FloatTensor([[1,2],[3,4]]) 8 var 阅读全文
posted @ 2020-04-27 15:31 Parallax 阅读(356) 评论(0) 推荐(0) 编辑