model_descriptor_to_module {mlr3torch} | R Documentation |
Create a nn_graph from ModelDescriptor
Description
Creates the nn_graph
from a ModelDescriptor
. Mostly for internal use, since the ModelDescriptor
is in
most circumstances harder to use than just creating nn_graph
directly.
Usage
model_descriptor_to_module(
model_descriptor,
output_pointers = NULL,
list_output = FALSE
)
Arguments
model_descriptor |
( |
output_pointers |
( |
list_output |
( |
Value
See Also
Other Graph Network:
ModelDescriptor()
,
TorchIngressToken()
,
mlr_learners_torch_model
,
mlr_pipeops_module
,
mlr_pipeops_torch
,
mlr_pipeops_torch_ingress
,
mlr_pipeops_torch_ingress_categ
,
mlr_pipeops_torch_ingress_ltnsr
,
mlr_pipeops_torch_ingress_num
,
model_descriptor_to_learner()
,
model_descriptor_union()
,
nn_graph()