摘要: ```python class TensorsDataset(torch.utils.data.Dataset): ''' A simple loading dataset - loads the tensor that are passed in input. This is the same as torch.utils.data.TensorDataset exce... 阅读全文
posted @ 2019-03-01 22:48 marsggbo 阅读(3781) 评论(0) 推荐(1)