Skip to content

Commit

Permalink
Fix typo in README.md (#21)
Browse files Browse the repository at this point in the history
Scidata.MNIST.download/0 has no option anymore by #18.
  • Loading branch information
nallwhy committed Dec 6, 2021
1 parent defac25 commit 740e6a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ Download or fetch datasets locally:
Most often you will convert those results to `Nx` tensors:

```elixir
{train_images, train_labels} =
Scidata.MNIST.download(transform_images: transform_images)
{train_images, train_labels} = Scidata.MNIST.download()

# Normalize and batch images
{images_binary, images_type, images_shape} = train_images
Expand Down

0 comments on commit 740e6a6

Please sign in to comment.