Skip to content

Commit aef0242

Browse files
committed
fix links
1 parent 4f915a1 commit aef0242

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vignettes/custom_layers.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ CustomLayer <- R6::R6Class("CustomLayer",
7373
)
7474
```
7575

76-
Note that tensor operations are executed using the Keras `backend()`. See the [Keras Backend](backend.html) article for details on the various functions available from Keras backends.
76+
Note that tensor operations are executed using the Keras `backend()`. See the Keras Backend article for details on the various functions available from Keras backends.
7777

7878
## Layer Wrapper Function
7979

vignettes/faq.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ The VGG16 model is also the basis for the [Deep dream](https://keras.rstudio.com
503503

504504
## How can I use other Keras backends?
505505

506-
By default the Keras Python and R packages use the TensorFlow backend. Other available backends include Theano or CNTK. To learn more about using alternatate backends (e.g. Theano or CNTK) see the [article on Keras backends](backend.html).
506+
By default the Keras Python and R packages use the TensorFlow backend. Other available backends include Theano or CNTK. To learn more about using alternatate backends (e.g. Theano or CNTK) see the article on Keras backends.
507507

508508

509509
## How can I use the PlaidML backend?

0 commit comments

Comments
 (0)