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年前281ビュー
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ