Skip to content

Commit

Permalink
Update docs/src/full tutorials/MNIST.md
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Blaom, PhD <[email protected]>
  • Loading branch information
EssamWisam and ablaom authored May 24, 2024
1 parent 211f505 commit 2dd1c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/full tutorials/MNIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ conform to those is the table above:

```julia
N = 500
Xraw, yraw = MNIST.traindata();
Xraw, yraw = MNIST(split=:train)[:];
Xraw = Xraw[:,:,1:N];
yraw = yraw[1:N];

Expand Down

0 comments on commit 2dd1c2a

Please sign in to comment.