Skip to content

Commit

Permalink
Revert cifar doc
Browse files Browse the repository at this point in the history
  • Loading branch information
qingqing01 committed Nov 11, 2020
1 parent e072117 commit c83949f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/paddle/vision/datasets/cifar.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ class Cifar10(Dataset):
default backend is 'pil'. Default: None.
Returns:
Dataset: instance of cifar-10 dataset. If transform is None, the shape
of each data iterm is [3, 32, 32], and default dtype is float32.
The dtype of label is int64.
Dataset: instance of cifar-10 dataset.
Examples:
Expand Down

0 comments on commit c83949f

Please sign in to comment.