forked from microsoft/CNTK
-
Notifications
You must be signed in to change notification settings - Fork 0
Deal with the error 'Reached the maximum number of allowed errors'
Alexey Orlov edited this page Aug 27, 2016
·
1 revision
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.
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