We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent defac25 commit 740e6a6Copy full SHA for 740e6a6
README.md
@@ -23,8 +23,7 @@ Download or fetch datasets locally:
23
Most often you will convert those results to `Nx` tensors:
24
25
```elixir
26
-{train_images, train_labels} =
27
- Scidata.MNIST.download(transform_images: transform_images)
+{train_images, train_labels} = Scidata.MNIST.download()
28
29
# Normalize and batch images
30
{images_binary, images_type, images_shape} = train_images
0 commit comments