MapDataset 是没有__getItem__()方法的,无法通过index取出数据,想要取出数据可以这样操作:. train_db_iter = iter(train_db) x_sample, ...
確定! 回上一頁