Skip to content

Commit a37a077

Browse files
committed
update pkgdown site
1 parent 9bfb7ab commit a37a077

File tree

522 files changed

+6229
-3026
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

522 files changed

+6229
-3026
lines changed

pkgdown/_pkgdown.yml

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ reference:
197197
- title: "Normalization Layers"
198198
contents:
199199
- layer_batch_normalization
200+
- layer_layer_normalization
200201

201202
- title: "Noise Layers"
202203
contents:
@@ -286,25 +287,11 @@ reference:
286287

287288
- title: "Datasets"
288289
contents:
289-
- dataset_cifar10
290-
- dataset_cifar100
291-
- dataset_imdb
292-
- dataset_reuters
293-
- dataset_mnist
294-
- dataset_fashion_mnist
295-
- dataset_boston_housing
290+
- starts_with("dataset_")
296291

297292
- title: "Applications"
298293
contents:
299-
- application_xception
300-
- application_inception_v3
301-
- application_inception_resnet_v2
302-
- application_vgg
303-
- application_resnet50
304-
- application_mobilenet
305-
- application_mobilenet_v2
306-
- application_densenet
307-
- application_nasnet
294+
- starts_with("application_")
308295
- imagenet_preprocess_input
309296
- imagenet_decode_predictions
310297
- mobilenet_preprocess_input
@@ -316,9 +303,11 @@ reference:
316303
- pad_sequences
317304
- skipgrams
318305
- make_sampling_table
306+
- timeseries_dataset_from_array
319307

320308
- title: "Text Preprocessing"
321309
contents:
310+
- text_dataset_from_directory
322311
- text_tokenizer
323312
- fit_text_tokenizer
324313
- save_text_tokenizer
@@ -419,6 +408,7 @@ reference:
419408

420409
- title: "Metrics"
421410
contents:
411+
- Metric
422412
- starts_with("metric_")
423413
- custom_metric
424414

@@ -449,3 +439,4 @@ reference:
449439
- loss_cosine_proximity
450440
- layer_cudnn_gru
451441
- layer_cudnn_lstm
442+
- layer_dense_features

vignettes/new-guides/transfer_learning.Rmd

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,15 @@ vignette: >
1010
%\VignetteEncoding{UTF-8}
1111
---
1212

13-
## Setup
13+
```{r, include = FALSE}
14+
knitr::opts_chunk$set(
15+
eval = FALSE,
16+
collapse = TRUE,
17+
comment = "#>"
18+
)
19+
```
1420

21+
## Setup
1522
```{r}
1623
library(tensorflow)
1724
library(keras)

website/404.html

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

website/LICENSE-text.html

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

website/articles/applications.html

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)