CIFAR100¶ class torchvision.datasets.CIFAR100(root: Union[str, Path], train: bool = True, transform: Optional[Callable] = None, target_transform: Optional[Callable] = None, download: bool = False)[source]¶ CIFAR100 数据集。 这是 CIFAR10 数据集的子类。 特殊成员: __getitem__(index: int) → Tuple[Any, Any]¶ 参数: index (int) – 索引 返回值: (image, target),其中 target 是目标类的索引。 返回类型: 元组