forked from microsoft/CNTK
-
Notifications
You must be signed in to change notification settings - Fork 0
Deal with the error 'No node named 'x'; skipping'
Alexey Orlov edited this page Aug 27, 2016
·
1 revision
This can happen for example when you use the "write"
action for certain values of outputputNodeNames
. The reason is that outputNodeNames
expects the name of a node in the computational network which is not necessarily the same as the name of the expression in BrainScript. Check your log to see all the node names and use the appropriate node name as the right hand side of outputputNodeNames
Getting Started
Additional Documentation
How to use CNTK
Using CNTK Models in Your Code
- Overview
- Nuget Package for Evaluation
- C++ Evaluation Interface
- C# Evaluation Interface
- Evaluating Hidden Layers
- C# Image Transforms for Evaluation
- C# Multi-model Evaluation
- Evaluate in Azure
Advanced topics
Licenses
Source Code & Development