MCPcopy Index your code
hub / github.com/lazyprogrammer/machine_learning_examples / get_output

Function get_output

ann_class2/cntk_example.py:97–99  ·  view source on GitHub ↗
(node, X, Y)

Source from the content-addressed store, hash-verified

95
96# helper function
97def get_output(node, X, Y):
98 ret = node.forward(dict(inputs=X, labels=Y))
99 return list(ret[1].values())[0].mean()
100
101
102costs = []

Callers 3

cntk_example.pyFile · 0.85
__init__Method · 0.85
__init__Method · 0.85

Calls 1

forwardMethod · 0.45

Tested by

no test coverage detected