pytorch
摘要:
Data: from torch.utils.data import Dataset, DataLoader class MyDataset(Dataset): def __init__(self, file): self.data = ... def __getitem__(self, index 阅读全文
posted @ 2021-03-31 21:26 HolaWorld 阅读(70) 评论(0) 推荐(0) 编辑