Create a new Function instance which just combines the outputs of the specified list of ‘operands’ Functions such that the ‘Outputs’ of the new ‘Function’ are union of the ‘Outputs’ of each of the specified ‘operands’ Functions. E.g., when creating a classification model, typically the CrossEntropy loss Function and the ClassificationError Function comprise the two roots of the computation graph which can be combined to create a single Function with 2 outputs; viz. CrossEntropy loss and ClassificationError output.
1 | op_combine(operands, name = "")
|
name |
(str) the name of the Function instance in the network |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.