gpt4 book ai didi

python - Azure 表单识别器 - "TrainingContentMissing",训练数据丢失 : Could not find any training data at the given path

转载 作者:行者123 更新时间:2023-12-03 03:22:29 31 4
gpt4 key购买 nike

我正在使用 Python 中的表单识别器(版本 3.2.1)。我正在尝试在 Azure 存储容器中使用 pdf 训练自定义模型,代码和错误如下:

document_model_admin_client = DocumentModelAdministrationClient(endpoint, credential)

poller = await document_model_admin_client.begin_build_document_model(
ModelBuildMode.TEMPLATE, blob_container_url="[PATH TO AZURE STORAGE CONTAINER]"
)
model = await poller.result()

`

在 begin_build_document_model() 下面出现此错误:


HttpResponseError: (InvalidRequest) Invalid request.
Code: InvalidRequest
Message: Invalid request.
Inner error: {
"code": "TrainingContentMissing",
"message": "Training data is missing: Could not find any training data at the given path."
}

是否了解可能导致此问题的原因?已授予存储帐户权限。

最佳答案

昨天发布,门户版本可以使用。看起来 Azure 门户中的表单识别器已转移到文档智能。试试这个,希望有帮助!

https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/quickstarts/try-document-intelligence-studio?view=doc-intel-3.0.0

关于python - Azure 表单识别器 - "TrainingContentMissing",训练数据丢失 : Could not find any training data at the given path,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/76715469/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com