2021年3月31日

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 阅读(67) 评论(0) 推荐(0) 编辑

导航