Skip to content

Commit 5be1df6

Browse files
committed
Remove warning on DataAugmentations format
which is WHCN since their `v0.3.X` releases
1 parent 96d5da7 commit 5be1df6

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)