随笔分类 - pytorch
摘要:pytorch中,出现的错误: return torch._C._nn.cross_entropy_loss(input, target, weight, _Reduction.get_enum(reduction), ignore_index, label_smoothing) expected
阅读全文
摘要:torch.utils.data.TensorDataset 这个类可以初始化数据集 例子: import torch from torch.utils import data # torch.utils.data.dataset 类的使用 x = torch.arange(12, dtype=to
阅读全文