Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ tfm = CenterResizeCrop((224, 224)) |> ImageToTensor() |> Normalize(mean, std)
dataset = ImageNet(:val; transform=tfm)
```

> [!WARNING]
> Note that DataAugmentation.jl returns features in `HWC[N]` format instead of `WHC[N]`.
> Transformations from DataAugmentation.jl are also slightly less performant
> and not compatible with `convert2image`.

## Related packages

* [MLDatasets.jl](https://github.com/JuliaML/MLDatasets.jl): Utility package for accessing common Machine Learning datasets in Julia
Expand Down
Loading