File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ module CIFAR10
54
54
download([dir]; [i_accept_the_terms_of_use])
55
55
56
56
Trigger the (interactive) download of the full dataset into
57
- "< `dir`>/ $DEPNAME ". If no `dir` is provided the dataset will
58
- be downloaded into "~/.julia/datadeps/$DEPNAME ".
57
+ "`dir`". If no `dir` is provided the dataset will be
58
+ downloaded into "~/.julia/datadeps/$DEPNAME ".
59
59
60
60
This function will display an interactive dialog unless
61
61
either the keyword parameter `i_accept_the_terms_of_use` or
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ module CIFAR100
42
42
download([dir]; [i_accept_the_terms_of_use])
43
43
44
44
Trigger the (interactive) download of the full dataset into
45
- "< `dir`>/ $DEPNAME ". If no `dir` is provided the dataset will
46
- be downloaded into "~/.julia/datadeps/$DEPNAME ".
45
+ "`dir`". If no `dir` is provided the dataset will be
46
+ downloaded into "~/.julia/datadeps/$DEPNAME ".
47
47
48
48
This function will display an interactive dialog unless
49
49
either the keyword parameter `i_accept_the_terms_of_use` or
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ module FashionMNIST
51
51
download([dir]; [i_accept_the_terms_of_use])
52
52
53
53
Trigger the (interactive) download of the full dataset into
54
- "< `dir`>/ $DEPNAME ". If no `dir` is provided the dataset will
55
- be downloaded into "~/.julia/datadeps/$DEPNAME ".
54
+ "`dir`". If no `dir` is provided the dataset will be
55
+ downloaded into "~/.julia/datadeps/$DEPNAME ".
56
56
57
57
This function will display an interactive dialog unless
58
58
either the keyword parameter `i_accept_the_terms_of_use` or
Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ module MNIST
59
59
download([dir]; [i_accept_the_terms_of_use])
60
60
61
61
Trigger the (interactive) download of the full dataset into
62
- "< `dir`>/ $DEPNAME ". If no `dir` is provided the dataset will
63
- be downloaded into "~/.julia/datadeps/$DEPNAME ".
62
+ "`dir`". If no `dir` is provided the dataset will be
63
+ downloaded into "~/.julia/datadeps/$DEPNAME ".
64
64
65
65
This function will display an interactive dialog unless
66
66
either the keyword parameter `i_accept_the_terms_of_use` or
You can’t perform that action at this time.
0 commit comments