Skip to content

Commit

Permalink
fix new R6 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Feb 13, 2025
1 parent 5990dd6 commit 43be19f
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/PipeOpTorch.R
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
#' identical(tasks_out[[1L]], tasks_out[[2L]])
PipeOpTorch = R6Class("PipeOpTorch",
inherit = PipeOp,
cloneable = FALSE,
cloneable = TRUE,
public = list(
#' @field module_generator (`nn_module_generator` or `NULL`)\cr
#' The module generator wrapped by this `PipeOpTorch`. If `NULL`, the private method
Expand Down
2 changes: 1 addition & 1 deletion man/mlr3torch_callbacks.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/mlr3torch_losses.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/mlr3torch_optimizers.Rd

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

18 changes: 18 additions & 0 deletions man/mlr_pipeops_torch.Rd

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

0 comments on commit 43be19f

Please sign in to comment.