Skip to content

Commit 4f915a1

Browse files
committed
docs fixing
1 parent 5ed9c9b commit 4f915a1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

R/install.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
#' desired backend) as described on the [Keras website](https://keras.io/#installation)
6969
#' and the Keras R package will find and use that version.
7070
#'
71-
#' See the documentation on [custom installations](https://tensorflow.rstudio.com/installation.html#custom-installation)
71+
#' See the documentation on [custom installations](https://tensorflow.rstudio.com/installation/custom/)
7272
#' for additional information on how version of Keras and TensorFlow are located
7373
#' by the Keras package.
7474
#'

man/get_layer.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/install_keras.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/guide_keras.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ model %>%
7575
There are many `layers` available with some common constructor
7676
parameters:
7777

78-
- `activation`: Set the [activation function](https://tensorflow.rstudio.com/keras/reference/#section-activation-layers) for the layer. By default, no activation is applied.
78+
- `activation`: Set the [activation function](https://tensorflow.rstudio.com/reference/keras/#section-activation-layers) for the layer. By default, no activation is applied.
7979
- `kernel_initializer` and `bias_initializer`: The initialization
8080
schemes that create the layer’s weights (kernel and bias). This defaults to the
8181
[`Glorot uniform`](https://tensorflow.rstudio.com/keras/reference/initializer_glorot_uniform.html) initializer.

vignettes/index.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ install.packages("keras")
5757
install_keras()
5858
```
5959

60-
This will provide you with default CPU-based installations of Keras and TensorFlow. If you want a more customized installation, e.g. if you want to take advantage of NVIDIA GPUs, see the documentation for `install_keras()` and the [installation](/installation/) section.
60+
This will provide you with default CPU-based installations of Keras and TensorFlow. If you want a more customized installation, e.g. if you want to take advantage of NVIDIA GPUs, see the documentation for `install_keras()` and the [installation](https://tensorflow.rstudio.com/installation/) section.
6161

6262
## MNIST Example
6363

0 commit comments

Comments
 (0)