Skip to content

Commit 8487b7e

Browse files
remove remainig @ref FashionMNIST.convert2*
1 parent 2599dd3 commit 8487b7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/datasets/FashionMNIST.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Function | Description
6060
[`convert2image(array)`](@ref MNIST.convert2image) | Convert the Fashion-MNIST tensor/matrix to a colorant array
6161

6262
You can use the function
63-
[`convert2features`](@ref FashionMNIST.convert2features) to
63+
[`convert2features`](@ref MNIST.convert2features) to
6464
convert the given Fashion-MNIST tensor to a feature matrix (or
6565
feature vector in the case of a single image). The purpose of
6666
this function is to drop the spatial dimensions such that
@@ -73,7 +73,7 @@ julia> FashionMNIST.convert2features(FashionMNIST.traintensor()) # full training
7373
```
7474

7575
To visualize an image or a prediction we provide the function
76-
[`convert2image`](@ref FashionMNIST.convert2image) to convert the
76+
[`convert2image`](@ref MNIST.convert2image) to convert the
7777
given Fashion-MNIST horizontal-major tensor (or feature matrix)
7878
to a vertical-major `Colorant` array. The values are also color
7979
corrected according to the website's description, which means

0 commit comments

Comments
 (0)