Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion articles/How-do-I-Deal-with-Errors-in-BrainScript.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ outputNodes = (ol)
The CNTKTextFormatReader can tolerate a `maxErrors` number of malformed lines (default is 0). The error message
> Reached the maximum number of allowed errors while reading the input file

means that that the reader has encountered more than `maxErrors` malformed lines. Make sure you have generated the input file correctly (e.g. there are no stray vertical bars in comment streams (`|#`)) or increase `maxErrors` if recreating the input file is close to impossible.
means that the reader has encountered more than `maxErrors` malformed lines. Make sure you have generated the input file correctly (e.g. there are no stray vertical bars in comment streams (`|#`)) or increase `maxErrors` if recreating the input file is close to impossible.

## Deal with "InputValue operation had its row dimension x changed by the reader to y" (Compatible dimensions in reader and config)

Expand Down