Skip to content

Commit d32d5fb

Browse files
authored
Update R/PipeOpTorchIngress.R
1 parent 4f54319 commit d32d5fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/PipeOpTorchIngress.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ PipeOpTorchIngress = R6Class("PipeOpTorchIngress",
119119
#' the output of `Task$data(rows = batch_indices, cols = features)`
120120
#' and it should produce a tensor of shape `shape_out`.
121121
#' @param shape (`integer`)\cr
122-
#' Shape that `batchgetter` will produce. At least the batch dimension should be included as `NA`.
122+
#' Shape that `batchgetter` will produce. Batch dimension must be included as `NA` (but other dimensions can also be `NA`, i.e., unknown).
123123
#' @return `TorchIngressToken` object.
124124
#' @family Graph Network
125125
#' @export

0 commit comments

Comments
 (0)