-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Deal with the error 'Reached the maximum number of allowed errors'
Allison Brucker (Resources Online) edited this page May 30, 2017
·
3 revisions
This page has migrated to our new site. Please update any bookmarks.
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.