2018年8月16日

摘要: `TypeError: torch.mm received an invalid combination of arguments - got (torch.FloatTensor, Variable), but expected one of: (torch.SparseFloatTensor m 阅读全文
posted @ 2018-08-16 22:23 King_James 阅读(8458) 评论(0) 推荐(0) 编辑
 
摘要: import torch._utils try: torch._utils._rebuild_tensor_v2 except AttributeError: def _rebuild_tensor_v2(storage, storage_offset, size, stride, requires 阅读全文
posted @ 2018-08-16 21:04 King_James 阅读(646) 评论(0) 推荐(0) 编辑