File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Function | Description
60
60
[ ` convert2image(array) ` ] (@ref MNIST.convert2image) | Convert the Fashion-MNIST tensor/matrix to a colorant array
61
61
62
62
You can use the function
63
- [ ` convert2features ` ] (@ref FashionMNIST .convert2features) to
63
+ [ ` convert2features ` ] (@ref MNIST .convert2features) to
64
64
convert the given Fashion-MNIST tensor to a feature matrix (or
65
65
feature vector in the case of a single image). The purpose of
66
66
this function is to drop the spatial dimensions such that
@@ -73,7 +73,7 @@ julia> FashionMNIST.convert2features(FashionMNIST.traintensor()) # full training
73
73
```
74
74
75
75
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
77
77
given Fashion-MNIST horizontal-major tensor (or feature matrix)
78
78
to a vertical-major ` Colorant ` array. The values are also color
79
79
corrected according to the website's description, which means
You can’t perform that action at this time.
0 commit comments