Skip to content

Commit 740e6a6

Browse files
authored
Fix typo in README.md (#21)
Scidata.MNIST.download/0 has no option anymore by #18.
1 parent defac25 commit 740e6a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ Download or fetch datasets locally:
2323
Most often you will convert those results to `Nx` tensors:
2424

2525
```elixir
26-
{train_images, train_labels} =
27-
Scidata.MNIST.download(transform_images: transform_images)
26+
{train_images, train_labels} = Scidata.MNIST.download()
2827

2928
# Normalize and batch images
3029
{images_binary, images_type, images_shape} = train_images

0 commit comments

Comments
 (0)