Skip to content

Commit 50ea81d

Browse files
committed
fix cran note
Check Details Version: 1.5.0 Check: relative paths in package URLs Result: NOTE Found the following (possibly) invalid URL: URL: ../writing_your_own_callbacks.html From: inst/doc/training_with_built_in_methods.html Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
1 parent ca21465 commit 50ea81d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vignettes-src/training_with_built_in_methods.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ A callback has access to its associated model through the
10851085
class property `self$model`.
10861086

10871087
Make sure to read the
1088-
[complete guide to writing custom callbacks](../writing_your_own_callbacks.html).
1088+
[complete guide to writing custom callbacks](https://keras3.posit.co/articles/writing_your_own_callbacks.html).
10891089

10901090
Here's a simple example saving a list of per-batch loss values during training:
10911091

vignettes/training_with_built_in_methods.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,7 @@ A callback has access to its associated model through the
13051305
class property `self$model`.
13061306

13071307
Make sure to read the
1308-
[complete guide to writing custom callbacks](../writing_your_own_callbacks.html).
1308+
[complete guide to writing custom callbacks](https://keras3.posit.co/articles/writing_your_own_callbacks.html).
13091309

13101310
Here's a simple example saving a list of per-batch loss values during training:
13111311

0 commit comments

Comments
 (0)