AttributeError: 'Tensor' object has no attribute 'size'

使用torch.utils.data.TensorDataset封裝數據集報錯:python assert all(tensors[0].size(0) == tensor.size(0) for tensor in tensors) AttributeError: 'Tensor' object has no attribute 'size' 是由於使用TensorDataset對數據集進行封裝
相關文章
相關標籤/搜索