Nothing
test_that("PipeOpTorchHead autotest", {
po_test = po("nn_head")
task = tsk("iris")
graph = po("torch_ingress_num") %>>% po_test
expect_pipeop_torch(graph, "nn_head", task, "nn_linear")
})
test_that("PipeOpTorchHead paramtest", {
po_test = po("nn_head")
res = expect_paramset(po_test, torch::nn_linear, exclude = c("out_features", "in_features"))
expect_paramtest(res)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.