Dataset

    概述Dataset的方法和行为的抽象类。

    __getitem__: 根据给定索引获取数据集中指定样本,在 中需要使用此函数通过下标获取样本。

    paddle.io.DataLoader