aws / aws/amazon-sagemaker-examples
Mask RCNN serving containers have default number of server workers equal to #cpu
Open
- Dominant language
- Jupyter Notebook
- Stars
- 11k
- Forks
- 7k
- Avg merge
- 8h 29m
- Merged PRs (30d)
- 8
Description
The default number of server workers for Mask RCNN serving containers is set to number of CPUs, which is typically very high on P3 GPU machines. The default setting should be 1, as an environment variable allows it to be changed.
Contributor guide
Research direction
Locate the Mask RCNN serving-container configuration in the repository and find where the default server-worker count is derived. Confirm that the default is set to 1 while the documented environment-variable override remains available, then verify the serving example or container starts with that default.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, machine-learning
- Domain
- cloud, machine-learning
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100