Skip to content

Commit a157aa5

Browse files
authored
Merge pull request #1533 from rstudio/fix-cran-note
Fix CRAN NOTE on R-devel (4.6)
2 parents ca21465 + 50ea81d commit a157aa5

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)