You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Andrew Christianson (JIRA)" <ji...@apache.org> on 2017/12/21 17:55:00 UTC

[jira] [Created] (MINIFICPP-358) Implement TFExtractTopLabels

Andrew Christianson created MINIFICPP-358:
---------------------------------------------

             Summary: Implement TFExtractTopLabels
                 Key: MINIFICPP-358
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-358
             Project: NiFi MiNiFi C++
          Issue Type: Improvement
            Reporter: Andrew Christianson


Add support for interpreting output tensors which represent labels with scores. A list of labels in index order is passed in with attribute tf.type == "labels". The top N labels are extracted into attributes tf.label.<N> and tf.score.<N>. the tf.label.0 attribute represents the highest-scoring label and can be used, for example, to route FlowFiles based on model inferences.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)