ErrLookup › PaddlePaddle/PaddleOCR

PaddlePaddle/PaddleOCR

Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages. · Python · 700 source files

Analyzed at 2661c7c0ef on 2026-08-14. 331 documented errors.

Code / MessageTypeSeverityTags
Token is required. Set PADDLEOCR_ACCESS_TOKEN or pass token
exception error api, response-format, schema, json
Model ${model} is not a document parsing model.
exception error api, response-format, job, schema
resourceUrl is required.
exception error api, response-format, result, job
Invalid resource URL: ${resourceUrl}
exception error api, response-format, result, presigned-url
File not found: ${path}
exception error api, response-format, batch, schema
Destination must be an existing directory: ${destination}
exception error api, response-format, batch, schema
Destination already exists: ${target}
exception error api, response-format, batch, job, schema
Destination parent must be a directory: ${parent}
exception error api, response-format, json, schema
Either fileUrl or filePath is required.
exception error network, connection, submit, retryable
fileUrl and filePath are mutually exclusive.
exception error file, validation, client-side, path
OCR result item is missing result.ocrResults.
exception error network, timeout, upload, retryable
OCR result page is missing prunedResult.
exception error network, connection, upload, retryable
Document parsing result item is missing result.layoutParsing
exception warning network, timeout, polling, retryable
Document parsing result page is missing markdown.text.
exception warning network, connection, polling, retryable
Job ${job.jobId} is a ${job.task} job, not a ${expectedTask}
exception warning network, timeout, batch, polling, retryable
Model ${model} is not an OCR model.
exception warning network, connection, batch, retryable
Unsafe resource filename: ${key}
exception warning network, connection, download, result, presigned-url, retryable
File not found: ${path}
exception error filesystem, validation, typescript, pre-flight
Failed to parse JSONL result payload.
exception error parsing, jsonl, results, typescript
Expected a JSON response body.
exception error http, json, response-format, typescript
PaddleOCR official API request failed.
exception error api, envelope, http, typescript
Response body is missing data.
exception error response-format, contract, http, typescript
Request timed out after ${timeoutMs}ms
exception error network, timeout, http, typescript
Connection failed: ${message}
exception error network, dns, tls, typescript
Authentication failed: ${text}
exception critical authentication, http, credentials, typescript
Bad request: ${text}
exception error validation, http, bad-request, typescript
Rate limit exceeded: ${text}
exception warning rate-limit, retry, http, typescript
Service unavailable: ${text}
exception warning availability, retry, http, typescript
HTTP ${statusCode}: ${text}
exception error http, status-code, api, typescript
Submit response is missing jobId.
exception error response-format, contract, submit, typescript
Job ${jobId} failed: ${errorMsg}
exception error job, terminal-state, polling, typescript
Timed out after ${timeoutMs}ms waiting for job ${jobId}
exception warning timeout, polling, job, typescript
Batch response is missing extractResult.
exception error response-format, batch, contract, typescript
Batch extractResult item is missing jobId.
exception error response-format, batch, contract, typescript
Status response is missing state.
exception error response-format, status, contract, typescript
Unknown job state: ${data.state}
exception error api-sdk, typescript, polling, version-skew, contract-mismatch
Status progress must be an object.
exception error api-sdk, typescript, polling, contract-mismatch, serialization
Done job response is missing resultUrl.jsonUrl.
exception error api-sdk, typescript, polling, contract-mismatch, race-condition
Detection model session is not initialized.
exception critical paddleocr, onnxruntime, lifecycle, async-init, detection
Unexpected det output dims: [${dims.join(", ")}]
exception error paddleocr, onnxruntime, detection, model-mismatch, tensor-shape
Unexpected det output dims: [${od.join(", ")}]
exception error paddleocr, onnxruntime, detection, model-mismatch, tensor-shape, batching
Detection batch output N=${String(nOut)} does not match inpu
exception error paddleocr, onnxruntime, detection, batching, model-mismatch
RecResizeImg.image_shape is required in rec inference.yml
exception error paddleocr, recognition, config, yaml, model-asset
Recognition model session is not initialized.
exception critical paddleocr, onnxruntime, lifecycle, async-init, recognition
Unexpected recognition channels: ${String(channels)}
exception error paddleocr, recognition, config, model-mismatch
Unexpected rec output dims: [${dims.join(", ")}]
exception error paddleocr, onnxruntime, recognition, model-mismatch, tensor-shape, ctc
OCR pipeline config text must decode to an object.
exception error paddleocr, config, yaml, validation
OCR pipeline config must be an object or YAML text.
exception error paddleocr, config, typescript, validation
${modulePath}.model_name must be provided when ${modulePath}
exception error paddleocr, config, yaml, model-asset
${modulePath}.model_dir must be null or an asset descriptor
exception error paddleocr, config, browser, model-asset, validation
Unsupported pipeline_name "${pipelineName}". PaddleOCR.js cu
exception error paddleocr, config, pipeline, validation
OCR pipeline config must define both "SubModules.TextDetecti
exception error paddleocr, config, yaml, pipeline, validation
PaddleOCRCore requires pre-resolved detection and recognitio
exception critical paddleocr, lifecycle, model-asset, validation, construction
PaddleOCR source adapter is not configured.
exception critical paddleocr, adapter, configuration, lifecycle, browser
Initialization did not complete. Call initialize() first.
exception critical paddleocr, lifecycle, async-init, error-swallowing
worker mode does not support a custom fetch implementation.
exception error worker, configuration, fetch, validation
Conflicting values provided for ${label}: ${aliases.join(",
exception error configuration, aliases, validation, options
${warnings.join(" ")} (pipeline warnings promoted to errors
exception error configuration, warnings, strict-mode, options
Unknown model asset "${modelName}".
exception error model-selection, configuration, versioning
${modelRole} model selection must define model_name.
exception error model-selection, configuration, validation
${modelRole} in inference.yml must define model_name.
exception error model-selection, model-files, inference-yml
${modelRole} in inference.yml declares model_name "${declare
exception critical model-selection, model-files, configuration, mismatch
OCR model selection must define both detection and recogniti
exception error model-selection, configuration, validation
text_detection_model_dir requires text_detection_model_name.
exception error model-selection, configuration, detection
text_recognition_model_dir requires text_recognition_model_n
exception error model-selection, configuration, recognition
Unsupported lang/ocrVersion combination: lang="${lang}", ocr
exception error model-selection, language, versioning, configuration
worker must be a boolean or an options object.
exception error worker, configuration, validation, type-error
worker mode requires Web Worker support in this environment.
exception error worker, environment, node, ssr, browser-support
PaddleOCR worker instance has been disposed.
exception error lifecycle, worker, dispose, usage-error
OCR worker is not initialized.
exception error lifecycle, worker, initialization, usage-error
Unsupported worker request type "${type}".
exception error worker, version-mismatch, internal-api, transport
PaddleOCR.js requires an HTTP(S) origin so model assets can
exception error environment, browser, file-protocol, http, cors
Failed to create a 2D canvas context.
exception error browser, canvas, image-source, environment, memory
Unsupported image source. Use a Blob, ImageBitmap, ImageData
exception error image-source, usage-error, type-error, browser
Worker mode requires ImageBitmap support in this browser.
exception error worker, browser-support, imagebitmap, feature-detection
Worker mode requires OffscreenCanvas support in this browser
exception error worker, offscreencanvas, browser-support, feature-detection
Failed to create a 2D canvas context in the OCR worker.
exception error worker, canvas, memory, offscreencanvas
Asset "${assetName}" references unknown model asset "${asset
exception error config, validation, model-assets, typo
Asset "${assetName}" must be an object.
validation error config, validation, type-error, model-assets
Asset "${assetName}" must define url.
validation error config, validation, url, model-assets
Assets must define at least one asset.
validation error config, validation, model-assets
${kind} model requires a non-empty ${MODEL_ENTRY_PATHS.model
validation critical model, validation, tar, packaging
${kind} model requires a non-empty ${MODEL_ENTRY_PATHS.confi
validation critical model, validation, tar, config
Unsupported model resource slot "${slot}".
validation error model, validation, resources, packaging
Failed to download ${asset.url}: HTTP ${String(response.stat
http error network, http, model-assets, cors
Entry "${targetName}" was not found in the tar archive.
exception critical tar, model, packaging, validation
WebGPU is unavailable: ${webgpuState.reason}
exception error webgpu, ort, runtime, feature-detection, gpu
Failed to create 2D rendering context.
exception error canvas, viz, browser, memory
Worker transport client has been disposed.
exception error worker, lifecycle, state-management
Worker transport client requires a createWorker() factory.
exception error worker, config, validation, typescript
Environment Variable CUDA_VISIBLE_DEVICES is not set correct
exception error gpu, environment, deployment, python, hubserving
The input data is inconsistent with expectations.
exception error api, validation, python, hubserving, input-contract
Environment Variable CUDA_VISIBLE_DEVICES is not set correct
exception error gpu, environment, deployment, python, hubserving
The input data is inconsistent with expectations.
exception error paddleocr, hubserving, input-validation, kie
Environment Variable CUDA_VISIBLE_DEVICES is not set correct
exception error paddleocr, hubserving, gpu, cuda, environment
The input data is inconsistent with expectations.
exception error paddleocr, hubserving, input-validation, ocr-cls
Environment Variable CUDA_VISIBLE_DEVICES is not set correct
exception error paddleocr, hubserving, gpu, cuda, environment
The input data is inconsistent with expectations.
exception error paddleocr, hubserving, input-validation, ocr-det
Environment Variable CUDA_VISIBLE_DEVICES is not set correct
exception error paddleocr, hubserving, gpu, cuda, environment
The input data is inconsistent with expectations.
exception error paddleocr, hubserving, input-validation, ocr-rec
Environment Variable CUDA_VISIBLE_DEVICES is not set correct
exception error paddleocr, hubserving, gpu, cuda, environment
The input data is inconsistent with expectations.
exception error paddleocr, hubserving, input-validation, ocr-system
Environment Variable CUDA_VISIBLE_DEVICES is not set correct
exception error paddleocr, hubserving, layout, gpu, cuda, environment
The input data is inconsistent with expectations.
exception error paddleocr, hubserving, input-validation, layout
Environment Variable CUDA_VISIBLE_DEVICES is not set correct
exception error paddleocr, ppstructure, hubserving, gpu, cuda, environment
The input data is inconsistent with expectations.
exception error paddleocr, ppstructure, hubserving, input-validation
Environment Variable CUDA_VISIBLE_DEVICES is not set correct
exception error paddleocr, ppstructure, table, gpu, cuda, environment
The input data is inconsistent with expectations.
exception error paddleocr, ppstructure, table, hubserving, input-validation
degenerate text crop (zero width/height)
validation error paddleocr, ios, onnx, calibration, geometry
compare_ocr_json.py requires `pip install shapely`
exception error paddleocr, ios, dependency, shapely, ocr-eval
{path}: missing 'items' array
validation error paddleocr, ios, json, schema, ocr-eval
[extract_xcresult_attachments] FAIL: `xcrun xcresulttool hel
console error paddleocr, ios, xcode, xcresulttool, toolchain
xcresulttool get test-results failed with exit {r.returncode
console error paddleocr, ios, xcode, xcresulttool, test-artifacts
Could not parse xcresulttool JSON: {e}.
console error ios, xcodebuild, xcresult, json, cli
xcresulttool export attachments failed with exit {r.returnco
console error ios, xcodebuild, xcresult, attachments, cli
Could not resolve exported file (wanted {wanted_out_name!r},
console error ios, xcresult, attachments, manifest, cli
xcresulttool metrics export failed
exception error ios, xcresult, metrics, cli
PyYAML is required to read inference.yml
exception error python, dependency, pyyaml, ios-demo
Unsupported result type: {type(result_obj)}
exception error python, paddleocr, type-error, version-compat
error: {msg}
console error python, cli, exit-code, ios-demo
Key 'Global' not found in config file. {all_config}
exception error python, config, yaml, paddleslim, auto-compression
Please set inference model dir in Global.inference_model or
exception error paddle, quantization, config, inference-model
Unsupported model: {model!r}
validation error python, langchain, enum, validation, document-loader
File not found: '{file_path}'
validation error python, langchain, file-not-found, path, document-loader
Unknown provider: {provider}
validation error python, mcp, cli, provider, validation
Unsupported model: {normalized!r}. Supported models: {suppor
validation error python, mcp, model-selection, validation
Model {normalized!r} is not supported with qianfan source. S
validation error python, mcp, qianfan, provider, model-selection
Invalid data URL: expected a comma after the MIME type.
validation error python, mcp, data-url, base64, validation
Invalid Base64 input: {e}. Ensure the string is complete and
validation error python, mcp, base64, validation
{file_path}
exception error python, asyncio, file-not-found, upload, api-client
Malformed JSONL result payload: {e}
exception error python, asyncio, jsonl, parse, api-client
Response body is not valid JSON: {e}
exception error python, asyncio, json, api-client, http
Timed out after {elapsed:.1f}s waiting for job {job_id}
exception warning python, asyncio, timeout, polling, api-client
Job {job_id} failed: {error_msg}
exception error async, job, polling, api
Either file_url or file_path is required.
validation error validation, input, client-side
file_url and file_path are mutually exclusive.
validation error validation, input, client-side
Unsupported OCR model: {model}
validation error validation, model, client-side
Unsupported document parsing model: {model}
validation error validation, model, client-side
Unsupported model: {model}
validation error validation, model, enum, client-side
PP-StructureV3 requires PPStructureV3Options.
validation error validation, options, model, client-side
PaddleOCR-VL models require PaddleOCRVLOptions.
validation error validation, options, model, client-side
Job task mismatch: expected {task}, got {job.task}.
validation error validation, job, task, client-side
Job model is not an OCR model: {job.model}.
validation error validation, job, model, client-side
Job model is not a document parsing model: {job.model}.
validation error validation, job, model, client-side
Unknown or missing job state: {state}
exception error response-format, api, parsing
'extractProgress' must be an object.
exception error response-format, api, parsing, progress
Authentication failed: {msg}
exception critical auth, http, api-key
Bad request: {msg}
exception error http, bad-request, validation, api
Rate limit exceeded: {msg}
exception warning rate-limit, http, throttling, retryable
Service unavailable: {msg}
exception warning http, availability, retryable, server-side
Response body must be a JSON object.
exception error response-format, json, parsing, api
HTTP {status_code}: {message}
exception error http, api, catch-all, server-side
Response JSON must contain object field 'data'.
exception error
Response data must contain non-empty string 'jobId'.
exception error
Done job response must contain object 'resultUrl'.
exception error
Done job response resultUrl must contain non-empty string 'j
exception error
Batch response data must contain list 'extractResult'.
exception error
Batch extractResult items must be objects.
exception error
Batch extractResult items must contain non-empty string 'job
exception error
Response body is not valid JSON: {e}
exception error
Response body must be a JSON object.
exception error
Request timed out: {e}
exception error
Connection failed: {e}
exception error
FileNotFoundError: {file_path}
exception error
Malformed JSONL result payload: {e}
exception error parsing, jsonl, api-client, ocr
Timed out after {elapsed:.1f}s waiting for job {job_id}
exception error timeout, polling, async-jobs
Job {job_id} failed: {error_msg}
exception error async-jobs, server-error, polling
Malformed OCR result payload: {e}
exception error parsing, schema-mismatch, ocr
Malformed document parsing result payload: {e}
exception error parsing, schema-mismatch, document-parsing
resource_url is required.
exception warning validation, arguments, download
destination is required.
exception warning validation, arguments, filesystem
Invalid resource URL: {resource_url}
exception warning validation, url, download
Request timed out: {e}
exception error timeout, download, network
Connection failed: {e}
exception error network, download, connection
Failed to download resource: {e}
exception error http-status, download, expired-url
OCR result is required.
exception warning validation, arguments, ocr
document parsing result is required.
validation warning validation, arguments, document-parsing
{parent}
exception error filesystem, path, download
Destination parent must be a directory: {parent}
validation warning filesystem, path, validation
{destination}
exception error filesystem, directory, download
Destination must be an existing directory: {destination}
validation warning filesystem, directory, validation
Destination already exists: {target}
validation warning filesystem, overwrite, download
Resource filename must not be empty.
validation error api-client, validation, internal
Unsafe resource filename: {name}
validation error security, path-traversal, validation
Token is required. Set PADDLEOCR_ACCESS_TOKEN or pass token=
exception critical auth, api-client, async, configuration
Token is required. Set PADDLEOCR_ACCESS_TOKEN or pass token=
exception critical auth, api-client, configuration
top_p must be greater than 0 and less than or equal to 1.
validation error validation, api-client, sampling
temperature must be greater than or equal to 0.
validation error validation, api-client, sampling
repetition_penalty must be greater than 0.
validation error validation, api-client, sampling
min_pixels must be greater than 0.
validation error validation, api-client, image-processing
max_pixels must be greater than 0.
validation error validation, api-client, image-processing
min_pixels cannot be greater than max_pixels.
validation error validation, api-client, image-processing
Unknown argument: {name}
validation error validation, configuration, kwargs
Invalid engine: {engine}. Supported values are: {SUPPORTED_I
validation error validation, configuration, inference-engine
Invalid precision: {precision}. Supported values are: {SUPPO
validation error validation, configuration, precision
DOCX conversion requires python-docx: pip install paddleocr[
exception error optional-dependency, doc2md, docx, installation
PPTX conversion requires python-pptx: pip install paddleocr[
exception error optional-dependency, doc2md, pptx, installation
XLSX conversion requires openpyxl: pip install paddleocr[doc
exception error optional-dependency, doc2md, xlsx, installation
File not found: {file_path}
exception error filesystem, doc2md, validation
Failed to convert {file_path.name}: {e}
exception error doc2md, wrapper, error-handling
pylatexenc is required for math formula conversion. Install
exception error optional-dependency, doc2md, math, installation
Not support lim {e}
exception error omml, latex, docx, math-conversion, runtimeerror
Unsupported format: .{ext}\nSupported formats: {supported}
validation error doc2md, registry, file-format, validation, valueerror
A dependency error occurred during predictor creation. Pleas
exception critical dependency, paddlex, environment, predictor, runtimeerror
Invalid mode {mode}, must be one of ['union', 'small', 'larg
validation error iou, layout-parsing, validation, internal-api, valueerror
A dependency error occurred during pipeline creation. Please
exception critical dependency, paddlex, pipeline, environment, runtimeerror
Invalid OCR version: {ocr_version}. Supported values are {_S
validation error ocr, config, version-validation, valueerror, pipeline
No models are available for lang={lang} and ocr_version={ocr
validation error ocr, language, model-lookup, config, valueerror
`{name}` and `{new_name}` are mutually exclusive.
validation error ocr, deprecated-params, migration, config, valueerror
Invalid pipeline version: {pipeline_version}. Supported vers
validation error vl-pipeline, version-validation, config, valueerror
Invalid backend for the VL recognition module: {vl_rec_backe
validation error vl-pipeline, backend, config, valueerror
Invalid OCR version: {ocr_version}. Supported values are {_S
validation error pp-structurev3, ocr-version, config, valueerror
No models are available for the language {lang} and OCR vers
validation error pp-structurev3, language, model-lookup, valueerror
Interpolation types only nearest, linear, cubic, area are su
exception error data-augmentation, abinet, opencv, config, typeerror
translation values should be between 0 and 1
exception error data-augmentation, abinet, affine, validation, valueerror
scale values should be positive
exception error data-augmentation, abinet, affine, validation, valueerror
If shear is a single number, it must be positive.
exception error data-augmentation, abinet, affine, shear, valueerror
Shear should be a single value or a tuple/list containing tw
exception error data-augmentation, abinet, affine, shear, valueerror, logic-bug
factor must be number or list with length 2
exception error data-augmentation, abinet, pyramid, config, exception
degree must be number or list with length 2
exception error data-augmentation, abinet, noise, config, misleading-message, exception
lam must be number or list with length 2
exception error data-augmentation, abinet, noise, poisson, config, exception
radius must be number or list with length 2
exception error config, data-augmentation, type-validation, abinet
Unknown augmenter arg: {}
exception error config, imgaug, augmentation, typo
'size' must be a list or tuple of two numbers, but got {size
validation error config, imgaug, augmentation, validation
Cannot found 'key_cls' in ann.keys(), please check your trai
exception error annotation, kie, data-format, training
{value} is not a valid {cls.__name__}, please select one of
validation error tokenizer, enum, config, nlp
Found a {token.__class__} in the saved `added_tokens_decoder
validation error tokenizer, json, config-file, corruption
Type of target_size is invalid. Now is {}
exception error config, preprocessing, type-validation
not support limit type, image
exception error config, detection, resize, preprocessing
Unsupported interpolation type !!!
exception error config, recognition, interpolation, preprocessing
max_size = {max_size} must be strictly greater than the requ
validation error resize, unimernet, argument-validation, preprocessing
Missing LMDB dataset value
exception critical lmdb, dataset, data-integrity, config
Invalid LMDB dataset length metadata
exception critical lmdb, dataset, metadata, data-integrity
{} does not exist!
exception error dataset, file-not-found, config, pgnet
{} does not exist!
exception error dataset, file-not-found, table-recognition, config
{} does not exist!
exception error dataset, file-not-found, config, label-file
"out_size" must be an integer or tuple of integers
exception error config, type-error, roi-align, constructor-validation
The mode.lower() if KLJSLoss should be one of ['kl', 'js']
exception error config, loss, distillation, enum-value
main_loss_type in BalanceLoss() can only be one of {}
exception error config, loss, text-detection, enum-value
[DBLoss]: Unrecognized main loss type!
exception error config, loss, db, text-detection, enum-value
error!!!!!!
exception error config, distillation, loss, poor-error-message
{} is not supported in MultiLoss yet
exception error config, loss, recognition, enum-value
mode[{model_name}_model] is not implemented!
exception error config, backbone, mobilenet, text-detection
Make sure that the channel dimension of the pixel values mat
validation error input-validation, preprocessing, donut-swin, channels
The hidden size ({dim}) is not a multiple of the number of a
validation error config, transformer, attention, donut-swin
You have to specify pixel_values
validation error api-usage, input-validation, donut-swin, required-argument
mode[{mode}_model] is not implemented!
exception error config, backbone, micronet, recognition, enum-value
mode[{model_name}_model] is not implemented!
exception error config, backbone, mobilenet, recognition
The function 'replace_sub()' is deprecated, please use 'upgr
exception warning deprecation, api-migration, backbone, pphgnet
Weight format not supported by conversion.
exception error pretrained-weights, channel-adaptation, resnet, recognition
The mixer must be one of [Global, Local, Conv]
validation error config, svtr, recognition, enum-value, backbone
The norm_layer must be str or paddle.nn.layer.Layer class
validation error api-usage, transformer, parseq, type-error
normalize should be True if scale is passed
validation error config, positional-encoding, can, argument-coupling
The norm_layer must be str or paddle.nn.layer.LayerNorm clas
validation error api-usage, cppd, transformer, type-error
The norm_layer must be str or paddle.nn.layer.Layer class
validation error api-usage, cppd, defensive-check, type-error
invalid layer type {layer_type}
exception error config, transformer, latex-ocr, validation
The filter_logits_fn is not supported
exception error sampling, generation, latex-ocr, api-misuse
{} is not supported in MultiHead yet
exception error config, multi-head, recognition, api-misuse
Make sure that when passing `sliding_window` that its value
validation error config, attention-mask, ppformulanet, validation
This attention mask converter is causal. Make sure to pass `
validation error attention-mask, decoding, ppformulanet, api-misuse
Sliding window is currently only implemented for causal mask
exception error config, attention-mask, ppformulanet, not-implemented
Incorrect 4D attention_mask shape: {tuple(attention_mask.sha
validation error attention-mask, shape-validation, ppformulanet
You cannot specify both decoder_input_ids and decoder_inputs
validation error api-misuse, decoder-input, ppformulanet
You have to specify either decoder_input_ids or decoder_inpu
validation error api-misuse, decoder-input, ppformulanet
The `{mask_name}` should be specified for {len(self.layers)}
validation error head-mask, shape-validation, ppformulanet
`decoder_start_token_id` expected to have length {batch_size
validation error generation, batch-mismatch, ppformulanet
If `eos_token_id` is defined, make sure that `pad_token_id`
validation error generation, token-config, ppformulanet
Cannot set key/value for {element}. It needs to be a tuple (
validation error model-output, dataclass, unimernet, api-misuse
You cannot use ``__delitem__`` on a {self.__class__.__name__
exception warning model-output, immutable, unimernet, api-misuse
You cannot use ``setdefault`` on a {self.__class__.__name__}
exception warning model-output, immutable, unimernet, api-misuse
You cannot use ``pop`` on a {self.__class__.__name__} instan
exception warning model-output, immutable, unimernet, api-misuse
You cannot use ``update`` on a {self.__class__.__name__} ins
exception warning model-output, immutable, unimernet, api-misuse
Make sure that when passing `sliding_window` that its value
validation error config, attention-mask, unimernet, validation
This attention mask converter is causal. Make sure to pass `
validation error attention-mask, decoding, unimernet, api-misuse
Sliding window is currently only implemented for causal mask
exception error paddle, attention-mask, sliding-window, config, not-implemented
Incorrect 4D attention_mask shape: {tuple(attention_mask.sha
validation error paddle, attention-mask, shape-mismatch, validation
embed_dim must be divisible by num_heads (got `embed_dim`: {
validation error paddle, config, attention, shape-mismatch, constructor-validation
Head mask for a single layer should be of shape {(self.num_h
validation error paddle, attention, head-mask, shape-mismatch
You cannot specify both decoder_input_ids and decoder_inputs
validation error paddle, decoder, mutually-exclusive-args, api-misuse
You have to specify either decoder_input_ids or decoder_inpu
validation error paddle, decoder, missing-argument, api-misuse
The `{mask_name}` should be specified for {len(self.layers)}
validation error paddle, head-mask, shape-mismatch, decoder
Make sure that all the required parameters: {list(function_a
validation error paddle, generation, logits-processor, missing-argument
The `{mask_name}` should be specified for {len(self.layers)}
exception error paddle, head-mask, export, shape-mismatch
`decoder_start_token_id` or `bos_token_id` has to be defined
exception error paddle, generation, config, missing-argument
`decoder_start_token_id` expected to have length {batch_size
exception error paddle, generation, batch, validation
If `eos_token_id` is defined, make sure that `pad_token_id`
exception error paddle, generation, config, token-ids
mode can only be one of ['lite', 'large'], but received {}
exception error paddle, db-fpn, config, constructor-validation
DilatedReparamBlock requires kernel_size in [5,7,9,11,13], b
exception error paddle, db-fpn, reparameterization, config
normalization layer [%s] is not found
exception error paddle, text-rectification, config, normalization
Cannot use sin/cos positional encoding with odd dimension (g
exception error paddle, tbsrn, positional-encoding, config, validation
Expected positive integer epochs, but got {}
validation error paddle, lr-scheduler, config, type-error
Expected positive integer steps_per_epoch, but got {}
validation error paddle, lr-scheduler, config, type-error
Expected float between 0 and 1 pct_start, but got {}
validation error lr-scheduler, config, type-validation, training
anneal_strategy must by one of 'cos' or 'linear', instead go
validation error lr-scheduler, config, enum-validation, training
Tried to step {} times. The specified number of total steps
exception error lr-scheduler, training, config, runtime
The type of 'T_max1' in 'CosineAnnealingDecay' must be 'int'
validation error lr-scheduler, type-validation, config, training
The type of 'T_max2' in 'CosineAnnealingDecay' must be 'int'
validation error lr-scheduler, type-validation, config, training
The type of 'eta_min' in 'CosineAnnealingDecay' must be 'flo
validation error lr-scheduler, type-validation, config, training
box_type can only be one of ['quad', 'poly']
validation error postprocess, detection, config, inference
Cannot compile pse: {}, if your system is windows, you need
exception critical postprocess, build, compiler, windows, environment
Found a {token.__class__} in the saved `added_tokens_decoder
validation error recognition, tokenizer, config, version-mismatch
the datatype is not supported
validation error data-conversion, cli, formula-recognition
Please install wandb using `pip install wandb`
exception error logging, dependency, training, environment
Download from {} failed. Retry limit reached
exception error network, download, pretrained-model, retry
Downloading from {} failed with code {}!
exception error network, download, http-status, pretrained-model
ProfilerOptions does not have an option named %s.
validation error profiler, config, performance
Failed to mkdir {}
exception error filesystem, permissions, save, training
No metric score found.
exception error checkpoint, metrics, training, config
not found infer list {}
validation error inference, dataset, validation, file-io
not found any img file in {}
validation error inference, dataset, validation, file-io
Install {module_name} failed, please install manually
exception error dependency, pip, environment, installation
Unsupported language
validation error pdf2word, gui, language-config, validation
Second argument needs to be a %s
validation error docx, table-recovery, type-mismatch, ppstructure
Unable to apply style {self.paragraph_style}.
exception error docx, styles, keyerror-chaining, ppstructure
{} not found
exception error xlsx, css-inheritance, keyerror, tablepyxl
The file {label_dir} does not exist!
validation error cli, file-not-found, labels, end2end
{model_name} is not supported. Please check if the model is
validation error model-compatibility, whitelist, cls, wheel
{model_name} is not supported. Please check if the model is
validation error model-compatibility, whitelist, detection, wheel
{model_name} is not supported. Please check if the model is
validation error model-compatibility, e2e, whitelist, wheel
{model_name} is not supported. Please check if the model is
validation error model-compatibility, whitelist, recognition, wheel
{model_name} is not supported. Please check if the model is
validation error model-compatibility, super-resolution, whitelist, wheel
not find model file path {}
validation error onnx, model-path, inference, file-not-found
not find {file_name}.pdiparams in {model_dir}
validation error paddle-inference, model-files, download-incomplete, export
neither {file_name}.json nor {file_name}.pdmodel was found i
validation error paddle-inference, model-files, export, incomplete-model
Configuration Error: 'trt_dynamic_shapes' must be defined in
exception error tensorrt, dynamic-shapes, inference-yml, gpu
Invalid input name {repr(name)} found in `dynamic_shapes`
validation error tensorrt, input-names, dynamic-shapes, config-mismatch
Input name {repr(name)} not found in `dynamic_shapes`
validation error tensorrt, dynamic-shapes, input-names, config-mismatch
Invalid input name {repr(name)} found in `dynamic_shape_inpu
validation error tensorrt, calibration-data, input-names, config-mismatch
Unsupported data type: {pd_dtype}
exception error tensorrt, dtype, fp16, type-mapping
only support yaml files for now, got {file_path}
validation error yaml, file-extension, config, validation
source_ref must be a non-empty ref without whitespace
validation error docs-tooling, cli-arguments, validation, whitespace