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 f9f9a68 commit db7c149Copy full SHA for db7c149
README.md
@@ -17,7 +17,7 @@ It is therefore required that you download this dataset manually.
17
18
Afterwards, add this package via
19
```julia-repl
20
-julia> ]add https://github.com/Julia-XAI/ImageNetDataset.jl
+julia> ]add ImageNetDataset
21
```
22
23
## Examples
@@ -85,3 +85,7 @@ dataset = ImageNet(:val; transform=tfm)
85
> and mirrors the MLDatasets `v0.7` API.
86
>
87
> Copyright (c) 2015 Hiroyuki Shindo and contributors.
88
+
89
+## Acknowledgements
90
91
+Adrian Hill gratefully acknowledges funding from the German Federal Ministry of Education and Research under the grant BIFOLD25B.
0 commit comments