Comprehend training input set

0

We are labelling the pdf documents. We have limited resource. To complete all the labelling task, it might take more time. I am thinking of splitting the number of documents into smaller chunks and create mulitple jobs to complete the entire labelling work.

The output of this task will be feed into comprehend for training. I observed the comprehend will take only 5 jobs as input. Is there a way to increate this input number ? Or Is there a way to retrain comprehend with next set of 5 jobs. ?

1 回答
1

Hi,

There is a limitation of 10 for concurrent active asynchronous jobs, according to this doc below: https://docs.aws.amazon.com/comprehend/latest/dg/guidelines-and-limits.html#limits-active-jobs

If you'd like to use the output of the labeled PDF document as the training datasets, you can output the result to a S3 bucket and use it as input for the comprehend training by navigating to it.

Thanks,

AWS
Jady
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容