Training of Custom Classification Model Failed in Azure Document Intelligence
Hassan Kaleem
45
Reputation points
I trained my model on some documents and it was working fine, then to improve accuracy i uploaded scan png of the pdf as well. Now my model is failing with the Internal Server Error, I have tried to see the logs but could not found anything there, I have also wrote a .NET console application to build my model and get the error in details but it is still the same, My model is failing during the training. Can somebody help me to debug and fix that issue?
"Content":{
" ""operationId":"xxxxxxx_xxxxxxxxx-xxxx-4663-8676-b5fa3504d6e3",
" ""kind":"documentClassifierBuild",
" ""status":"failed",
" ""createdDateTime":"2024-06-25T09:24:27Z",
" ""lastUpdatedDateTime":"2024-06-25T10:02:52Z",
" ""resourceLocation":"https://xx-xx-xxxx-xxx.cognitiveservices.azure.com/documentintelligence/documentClassifiers/xx-xxxx-classifier-1?api-version=2024-02-29-preview",
" ""percentCompleted":100,
" ""error":{
" ""code":"InternalServerError",
" ""message":"An unexpected error occurred.",
" ""details":[
" "{
" ""code":"InternalServerError",
" ""message":"An unexpected error occurred."" "
}" "
]" "
},
" ""apiVersion":"2024-02-29-preview"
}
Sign in to answer