From 4ad4ed51f45a5af0b90ef84a1923cdd76fa8efc3 Mon Sep 17 00:00:00 2001 From: Essam Date: Fri, 24 May 2024 11:44:19 +0300 Subject: [PATCH] Update docs/src/interface/Custom Builders.md Co-authored-by: Anthony Blaom, PhD --- docs/src/interface/Custom Builders.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/interface/Custom Builders.md b/docs/src/interface/Custom Builders.md index 9eef2c96..74d41ac6 100644 --- a/docs/src/interface/Custom Builders.md +++ b/docs/src/interface/Custom Builders.md @@ -26,7 +26,7 @@ Note here that `n_in` and `n_out` depend on the size of the data (see [Table 1](@ref Models). For a concrete image classification example, see -[examples/mnist](examples/mnist). +the [Image Classification Example](@ref). More generally, defining a new builder means defining a new struct sub-typing `MLJFlux.Builder` and defining a new `MLJFlux.build` method