From c0a8087e01574e2d3d1cdd9513c41bb315d2ac8f Mon Sep 17 00:00:00 2001 From: lorenzoh Date: Sun, 27 Nov 2022 12:13:52 +0100 Subject: [PATCH] Add deprecation notice --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 61f0ec0..3e04e14 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # DataLoaders.jl + +**This package is deprecated and its functionality has been moved into [MLUtils.jl](https://github.com/JuliaML/MLUtils.jl) as [`MLUtils.DataLoader`](https://juliaml.github.io/MLUtils.jl/stable/api/#MLUtils.DataLoader). This package is still functional but development continues in MLUtils.jl. There are slight differences in the API; see the documentation linked above for more details.** + [Documentation (latest)](https://lorenzoh.github.io/DataLoaders.jl/dev) A Julia package implementing performant data loading for deep learning on out-of-memory datasets that. Works like PyTorch's `DataLoader`.