model_descriptor_to_module | R Documentation |
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.
model_descriptor_to_module(
model_descriptor,
output_pointers = NULL,
list_output = FALSE
)
model_descriptor |
( |
output_pointers |
( |
list_output |
( |
nn_graph
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.