Skip to content

Commit 91e73f0

Browse files
committed
remove non-ascii characters
1 parent 84b5fcb commit 91e73f0

File tree

112 files changed

+134
-137
lines changed

Some content is hidden

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

112 files changed

+134
-137
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ NeedsCompilation: no
7878
ByteCompile: yes
7979
Encoding: UTF-8
8080
Roxygen: list(markdown = TRUE, r6 = TRUE)
81-
RoxygenNote: 7.3.2
81+
RoxygenNote: 7.3.2.9000
8282
Collate:
8383
'CallbackSet.R'
8484
'aaa.R'

R/PipeOpTorchActivation.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ register_po("nn_hardtanh", PipeOpTorchHardTanh)
157157
#' * `negative_slope` :: `numeric(1)`\cr
158158
#' Controls the angle of the negative slope. Default: 1e-2.
159159
#' * `inplace` :: `logical(1)`\cr
160-
#' Can optionally do the operation in-place. Default: FALSE.
160+
#' Can optionally do the operation in-place. Default: `FALSE`.
161161
#' @templateVar id nn_leaky_relu
162162
#' @template pipeop_torch_channels_default
163163
#' @template pipeop_torch
@@ -727,7 +727,7 @@ register_po("nn_tanhshrink", PipeOpTorchTanhShrink)
727727
#' * `value` :: `numeric(1)`\cr
728728
#' The value to replace with.
729729
#' * `inplace` :: `logical(1)`\cr
730-
#' Can optionally do the operation in-place. Default: FALSE.
730+
#' Can optionally do the operation in-place. Default: `FALSE`.
731731
#' @templateVar id nn_threshold
732732
#' @template pipeop_torch_channels_default
733733
#' @templateVar param_vals threshold = 1, value = 2

R/PipeOpTorchConv.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ PipeOpTorchConv = R6Class("PipeOpTorchConv",
6666
#' * `stride` :: `integer()`\cr
6767
#' Stride of the convolution. The default is 1.
6868
#' * `padding` :: `integer()`\cr
69-
#' dilation * (kernel_size - 1) - padding zero-padding will be added to both sides of the input. Default: 0.
69+
#' `dilation * (kernel_size - 1) - padding` zero-padding will be added to both sides of the input. Default: 0.
7070
#' * `groups` :: `integer()`\cr
7171
#' Number of blocked connections from input channels to output channels. Default: 1
7272
#' * `bias` :: `logical(1)`\cr
73-
#' If TRUE, adds a learnable bias to the output. Default: TRUE.
73+
#' If `TRUE`, adds a learnable bias to the output. Default: `TRUE`.
7474
#' * `dilation` :: `integer()`\cr
7575
#' Spacing between kernel elements. Default: 1.
7676
#' * `padding_mode` :: `character(1)`\cr

R/PipeOpTorchConvTranspose.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,13 +72,13 @@ PipeOpTorchConvTranspose = R6Class("PipeOpTorchConvTranspose",
7272
#' * `stride` :: `integer()`\cr
7373
#' Stride of the convolution. Default: 1.
7474
#' * `padding` :: ` `integer()`\cr
75-
#' dilation * (kernel_size - 1) - padding zero-padding will be added to both sides of the input. Default: 0.
75+
#' `dilation * (kernel_size - 1) - padding` zero-padding will be added to both sides of the input. Default: 0.
7676
#' * `output_padding` ::`integer()`\cr
7777
#' Additional size added to one side of the output shape. Default: 0.
7878
#' * `groups` :: `integer()`\cr
7979
#' Number of blocked connections from input channels to output channels. Default: 1
8080
#' * `bias` :: `logical(1)`\cr
81-
#' If True, adds a learnable bias to the output. Default: TRUE.
81+
#' If `True`, adds a learnable bias to the output. Default: `TRUE`.
8282
#' * `dilation` :: `integer()`\cr
8383
#' Spacing between kernel elements. Default: 1.
8484
#' * `padding_mode` :: `character(1)`\cr

R/PipeOpTorchMaxPool.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ max_output_shape = avg_output_shape
6868
#' * `padding` :: `integer()`\cr
6969
#' Implicit zero paddings on both sides of the input. Can be a single number or a tuple (padW,). Default: 0
7070
#' * `dilation` :: `integer()`\cr
71-
#' Controls the spacing between the kernel points; also known as the à trous algorithm. Default: 1
71+
#' Controls the spacing between the kernel points; also known as the a trous algorithm. Default: 1
7272
#' * `ceil_mode` :: `logical(1)`\cr
7373
#' When True, will use ceil instead of floor to compute the output shape. Default: `FALSE`
7474
#'

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ questions, suggestions or feedback, please do not hesitate to open an
231231
“issue” about it on the GitHub page\!
232232

233233
In case of problems / bugs, it is often helpful if you provide a
234-
minimum working example that showcases the behaviour (but dont
234+
"minimum working example" that showcases the behaviour (but don't
235235
worry about this if the bug is obvious).
236236

237237
Please understand that the resources of the project are limited:

man/DataDescriptor.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/TorchCallback.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/TorchIngressToken.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/TorchLoss.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.

0 commit comments

Comments
 (0)