From c504e65be190ecbb2d07d6fbea564cf47c8933a1 Mon Sep 17 00:00:00 2001 From: Diego Javier Zea Date: Mon, 19 Feb 2024 11:43:09 +0100 Subject: [PATCH] Update mlutils.md Addressing https://github.com/FluxML/Flux.jl/issues/2378 --- docs/src/data/mlutils.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/src/data/mlutils.md b/docs/src/data/mlutils.md index 59fcb6a8b4..7ae288d837 100644 --- a/docs/src/data/mlutils.md +++ b/docs/src/data/mlutils.md @@ -7,8 +7,6 @@ data from [MLUtils](https://github.com/JuliaML/MLUtils.jl). The `DataLoader` can be used to create mini-batches of data, in the format [`train!`](@ref Flux.train!) expects. -`Flux`'s website has a [dedicated tutorial](https://fluxml.ai/tutorials/2021/01/21/data-loader.html) on `DataLoader` for more information. - ```@docs MLUtils.DataLoader ```