aws / aws/amazon-sagemaker-examples

[Example Request]

Open
#2,905 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
11k
Forks
7k
Avg merge
8h 29m
Merged PRs (30d)
8

Description

**Describe the use case example you want to see**
I am using AWS SageMaker for an Image Classification task with a private workforce. I have 6252 images to label. However, I can’t seem to work out if it is possible to label more than 1,000 in one job or if I need to break up the job into 7 (6x1,000images + 252). The setting that seems to dictate the maximum number of images that I can label as part of one job is this: "MaxConcurrentTaskCount": 1000, which takes a max value of 1000. This seems counterintuitive to me based on the name of the variable. The variable that I can change to the number of images I have doesn’t seem to make a difference:"MaxHumanLabeledObjectCount": 6252

Please let me know if it is possible to label more than 1000 images and if yes, what would be the settings to change. Can you provide me with an example? If it is not possible to label more than 1000 as part of one job, can you provide a code snippet that submits multiple jobs as part of several iterations?

Thank you very much!! I look forward to your response.

**How would this example be used? Please describe.**
I am labeling satellite images using SageMaker and a private workforce.

**Describe which SageMaker services are involved**
AWS SageMaker for an Image Classification task

**Describe what other services (other than SageMaker) are involved***
S3

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.