From e4602b9455102ba0e8f4344ddd42a78cbf8fd98c Mon Sep 17 00:00:00 2001 From: Sebastian Fischer Date: Thu, 30 Jan 2025 14:04:29 +0100 Subject: [PATCH] update readme --- README.Rmd | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.Rmd b/README.Rmd index a2eb77a5..fc48b0ae 100644 --- a/README.Rmd +++ b/README.Rmd @@ -210,7 +210,7 @@ deep_learner$train(mnist) ## Documentation * Start by reading one of the vignettes on the package website! - +* There is a [course on `(mlr3)torch`](https://mlr-org.github.io/mlr3torch-course/). ## Contributing: diff --git a/README.md b/README.md index 37e1341f..94a59a44 100644 --- a/README.md +++ b/README.md @@ -225,6 +225,8 @@ deep_learner$train(mnist) ## Documentation - Start by reading one of the vignettes on the package website! +- There is a [course on + `(mlr3)torch`](https://mlr-org.github.io/mlr3torch-course/). ## Contributing: