Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Jun 29, 2024
1 parent 77a0230 commit c089d8a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions R/LearnerTorchTabResNet.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,6 @@ PipeOpTorchTabResNetBlock = R6Class("PipeOpTorchTabResNetBlock",
)
)

check_activation_args = function(x) {
check_list(x, names = "unique", null.ok = TRUE, any.missing = FALSE)
}


nn_tab_resnet_block = nn_module("nn_tab_resnet_block",
initialize = function(
d_block,
Expand Down

0 comments on commit c089d8a

Please sign in to comment.