Skip to content

Commit

Permalink
fix typo, improve website
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Jan 23, 2025
1 parent 1b3eb94 commit deacbb2
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/PipeOpTorchDropout.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#'
#' @section Parameters:
#' * `p` :: `numeric(1)`\cr
#' Probability of an element to be zeroed. Default: 0.5 inplace
#' Probability of an element to be zeroed. Default: 0.5.
#' * `inplace` :: `logical(1)`\cr
#' If set to `TRUE`, will do this operation in-place. Default: `FALSE`.
#'
Expand Down
1 change: 1 addition & 0 deletions man/mlr_learners.mlp.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/mlr_learners.tab_resnet.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion man/mlr_learners.torch_featureless.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/mlr_learners.torchvision.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/mlr_learners_torch.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/mlr_learners_torch_image.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions man/mlr_learners_torch_model.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/mlr_pipeops_nn_dropout.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkgdown/_pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ reference:
- title: Network Layers
contents:
- starts_with("mlr_pipeops_nn")
- title: Preprocessing Operators
- title: Preprocessing & Augmentation
contents:
- mlr_pipeops_preproc_torch
- pipeop_preproc_torch
Expand Down

0 comments on commit deacbb2

Please sign in to comment.