Skip to content

Commit aee61d3

Browse files
authored
Remove warning on DataAugmentations format (#16)
which is WHCN since their `v0.3.X` releases
1 parent 96d5da7 commit aee61d3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ tfm = CenterResizeCrop((224, 224)) |> ImageToTensor() |> Normalize(mean, std)
7676
dataset = ImageNet(:val; transform=tfm)
7777
```
7878

79-
> [!WARNING]
80-
> Note that DataAugmentation.jl returns features in `HWC[N]` format instead of `WHC[N]`.
81-
> Transformations from DataAugmentation.jl are also slightly less performant
82-
> and not compatible with `convert2image`.
83-
8479
## Related packages
8580

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

0 commit comments

Comments
 (0)