Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AI Builder - BringYourOwnModelTurorial] Incorrect parameters in sample #332

Open
emseki opened this issue Oct 19, 2022 · 0 comments
Open
Assignees

Comments

@emseki
Copy link

emseki commented Oct 19, 2022

If the cpu_cores and memory_gb parameters specified in the AciWebservice.deployment_configuration method in the sixth cell are left at their default values, the following error message will be output and failure will occur.

Message: Resource requested: '2.2' CPU '3' GB memory (including additional CPU and memory overhead for necessary Azure Machine Learning services) exceeded resource limitation on container. Please specify lower CPU and memory settings for the container. Refer to https://docs.microsoft.com/azure/container-instances/container-instances-region-availability#availability---general for more information.

changing them to cpu_cores = 0.8, memory _gb = 1, etc., it succeeds. Please correct these parameters.

https://github.com/microsoft/PowerApps-Samples/blob/master/ai-builder/BringYourOwnModelTutorial/PneumoniaDetection/SetupService.ipynb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants