Skip to content

Commit

Permalink
Update R/PipeOpTorchIngress.R
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer authored Jan 23, 2024
1 parent 3911966 commit 560e9ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/PipeOpTorchIngress.R
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ PipeOpTorchIngressLazyTensor = R6Class("PipeOpTorchIngressLazyTensor",
shape = p_uty(tags = "train", default = NULL, custom_check = crate(
function(x) check_shape(x, null_ok = TRUE, unknown_batch = TRUE), .parent = topenv()))
)
param_set$set_values(shape = NULL)
super$initialize(id = id, param_vals = param_vals, feature_types = "lazy_tensor", param_set = param_set)
}
),
Expand Down

0 comments on commit 560e9ee

Please sign in to comment.