InnerEye-Inference icon indicating copy to clipboard operation
InnerEye-Inference copied to clipboard

Enables inference and deployment of InnerEye-DeepLearning (https://github.com/microsoft/InnerEye-deeplearning) models as an async REST API on Azure

Results 9 InnerEye-Inference issues
Sort by recently updated
recently updated
newest added

Bumps [hi-ml-azure](https://github.com/microsoft/hi-ml) from 0.2.1 to 0.3.4. Release notes Sourced from hi-ml-azure's releases. hi-ml-azure improvements, take 2 What's Changed This is an second attempt to release what was meant to be...

dependencies

Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.0.1 to 7.4.0. Release notes Sourced from pytest's releases. 7.4.0 pytest 7.4.0 (2023-06-23) Features #10901: Added ExceptionInfo.from_exception() <pytest.ExceptionInfo.from_exception>{.interpreted-text role="func"}, a simpler way to create an ~pytest.ExceptionInfo{.interpreted-text role="class"}...

dependencies

Bumps [pydicom](https://github.com/pydicom/pydicom) from 2.1.2 to 2.3.1. Release notes Sourced from pydicom's releases. pydicom 2.3.1 Small fix to make 2.3.X compatible with Python 3.11. pydicom 2.3.0 A number of changes, enhancements...

dependencies

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.1.1 to 2.3.6. Release notes Sourced from werkzeug's releases. 2.3.6 This is a fix release for the 2.3.x feature branch. Changes: https://werkzeug.palletsprojects.com/en/2.3.x/changes/#version-2-3-6 Milestone: https://github.com/pallets/werkzeug/milestone/32?closed=1 2.3.5 This is...

dependencies

Bumps [msrest](https://github.com/Azure/msrest-for-python) from 0.6.21 to 0.7.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=msrest&package-manager=pip&previous-version=0.6.21&new-version=0.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Documentation is a little spread out - could do with being hosted on Readthedocs to unify things a little more.

documentation

The following improvements should be added to the inference documentation: - Add instructions on how to run pytest tests - Clarify where logs can be found in a deployed App...

documentation

https://docs.microsoft.com/en-us/azure/machine-learning/how-to-setup-authentication#use-managed-identity-authentication from azureml.core.authentication import MsiAuthentication msi_auth = MsiAuthentication() ws = Workspace(subscription_id="your-sub-id", resource_group="your-resource-group-id", workspace_name="your-workspace-name", auth=msi_auth )