| nn_build_graph | R Documentation |
Build computation graph with allocated weights and inputs
nn_build_graph(model, batch_size, training = TRUE)
model |
Compiled model |
batch_size |
Batch size |
List with ctx_weights, ctx_compute, inputs, outputs, buffer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.