We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39bce3a commit becce87Copy full SHA for becce87
vignettes/about_keras_models.Rmd
@@ -65,7 +65,7 @@ predictions <- layer_concatenate(c(encoded_a, encoded_b), axis=-1) %>%
65
model <- keras_model(inputs = c(tweet_a, tweet_b), outputs = predictions)
66
```
67
68
-Learn more by reading the [Guide to the Functional API](unctional_api.html).
+Learn more by reading the [Guide to the Functional API](functional_api.html).
69
70
### Custom
71
0 commit comments