Skip to content

Deal with the 'No Output nodes found' error

Allison Brucker (Resources Online) edited this page May 30, 2017 · 3 revisions

This page has migrated to our new site. Please update any bookmarks.

Remember that Brainscript is case sensitive. So code like

# Special Nodes
OutputNodes = (ol)

will not work as expected. The names of all special nodes are lower camelCase

# Special Nodes
featureNodes = (features)
labelNodes = (labels)
criterionNodes = (ce)
evaluationNodes = (errs)
outputNodes = (ol)
Clone this wiki locally