Skip to content

Commit 28c6840

Browse files
Fix documentation typo for vision datasets (#150)
Co-authored-by: Christian <[email protected]>
1 parent f05404b commit 28c6840

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/datasets/vision/cifar10.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ per class.
4848
# Arguments
4949
5050
$ARGUMENTS_SUPERVISED_ARRAY
51-
- `split`: selects the data partition. Can take the values `:train:` or `:test`.
51+
- `split`: selects the data partition. Can take the values `:train` or `:test`.
5252
5353
# Fields
5454

src/datasets/vision/cifar100.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ two `Vector{Int}`. The variables returned are the coarse label(s)
5858
# Arguments
5959
6060
$ARGUMENTS_SUPERVISED_ARRAY
61-
- `split`: selects the data partition. Can take the values `:train:` or `:test`.
61+
- `split`: selects the data partition. Can take the values `:train` or `:test`.
6262
6363
# Fields
6464

src/datasets/vision/emnist.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ at https://arxiv.org/abs/1702.05373v1.
5050
# Arguments
5151
5252
- `name`: name of the EMNIST dataset. Possible values are: `:balanced, :byclass, :bymerge, :digits, :letters, :mnist`.
53-
- `split`: selects the data partition. Can take the values `:train:` or `:test`.
53+
- `split`: selects the data partition. Can take the values `:train` or `:test`.
5454
$ARGUMENTS_SUPERVISED_ARRAY
5555
5656
# Fields

src/datasets/vision/mnist.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ the 10 possible digits (0-9).
5050
# Arguments
5151
5252
$ARGUMENTS_SUPERVISED_ARRAY
53-
- `split`: selects the data partition. Can take the values `:train:` or `:test`.
53+
- `split`: selects the data partition. Can take the values `:train` or `:test`.
5454
5555
# Fields
5656

src/datasets/vision/svhn2.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ additional to use as extra training data.
5858
# Arguments
5959
6060
$ARGUMENTS_SUPERVISED_ARRAY
61-
- `split`: selects the data partition. Can take the values `:train:`, `:test` or `:extra`.
61+
- `split`: selects the data partition. Can take the values `:train`, `:test` or `:extra`.
6262
6363
# Fields
6464

0 commit comments

Comments
 (0)