azureml-accel-models


Nameazureml-accel-models JSON
Version 1.58.0 PyPI version JSON
download
home_pagehttps://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py
SummaryUsed to create and train a model using various deep neural networks (DNNs).
upload_time2024-10-16 17:43:50
maintainerNone
docs_urlNone
authorMicrosoft Corp
requires_python<4.0,>=3.7
licensehttps://aka.ms/azureml-sdk-license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ##########################################################################################
Microsoft Azure Machine Learning Hardware Accelerated Models Service
##########################################################################################

Easily create and train a model using various deep neural networks (DNNs) as a featurizer for deployment to Azure or a Data Box Edge device for ultra-low latency inference. These models are currently available:

- ResNet 50
- ResNet 152
- DenseNet-121
- VGG-16
- SSD-VGG

*****************
Setup
*****************
Follow these `instructions <https://docs.microsoft.com/en-us/azure/machine-learning/service/quickstart-create-workspace-with-python>`_ to install the Azure ML SDK on your local machine, create an Azure ML workspace, and set up your notebook environment, which is required for the next step.

Once you have set up your environment, install the Azure ML Accel Models SDK:

.. code-block:: python

  pip install azureml-accel-models

Note:``*`` This package requires you to install tensorflow >= 1.6. This can be done using:

.. code-block:: python

  pip install azureml-accel-models[cpu]

If your machine supports GPU, then you can leverage the tensorflow-gpu functionality using:

.. code-block:: python

  pip install azureml-accel-models[gpu]

********************
AzureML-Accel-Models
********************
- Create a featurizer using the Accelerated Models
- Convert tensorflow model to ONNX format using AccelOnnxConverter
- Create a container image with AccelContainerImage for deploying to either Azure or Data Box Edge
- Use the sample PredictionClient for inference on a Accelerated Model Host or create your own GRPC client

*********
Resources
*********
- `Read more about FPGAs <https://docs.microsoft.com/en-us/azure/machine-learning/service/concept-accelerate-with-fpgas>`_.


            

Raw data

            {
    "_id": null,
    "home_page": "https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py",
    "name": "azureml-accel-models",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Microsoft Corp",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "##########################################################################################\r\nMicrosoft Azure Machine Learning Hardware Accelerated Models Service\r\n##########################################################################################\r\n\r\nEasily create and train a model using various deep neural networks (DNNs) as a featurizer for deployment to Azure or a Data Box Edge device for ultra-low latency inference. These models are currently available:\r\n\r\n- ResNet 50\r\n- ResNet 152\r\n- DenseNet-121\r\n- VGG-16\r\n- SSD-VGG\r\n\r\n*****************\r\nSetup\r\n*****************\r\nFollow these `instructions <https://docs.microsoft.com/en-us/azure/machine-learning/service/quickstart-create-workspace-with-python>`_ to install the Azure ML SDK on your local machine, create an Azure ML workspace, and set up your notebook environment, which is required for the next step.\r\n\r\nOnce you have set up your environment, install the Azure ML Accel Models SDK:\r\n\r\n.. code-block:: python\r\n\r\n  pip install azureml-accel-models\r\n\r\nNote:``*`` This package requires you to install tensorflow >= 1.6. This can be done using:\r\n\r\n.. code-block:: python\r\n\r\n  pip install azureml-accel-models[cpu]\r\n\r\nIf your machine supports GPU, then you can leverage the tensorflow-gpu functionality using:\r\n\r\n.. code-block:: python\r\n\r\n  pip install azureml-accel-models[gpu]\r\n\r\n********************\r\nAzureML-Accel-Models\r\n********************\r\n- Create a featurizer using the Accelerated Models\r\n- Convert tensorflow model to ONNX format using AccelOnnxConverter\r\n- Create a container image with AccelContainerImage for deploying to either Azure or Data Box Edge\r\n- Use the sample PredictionClient for inference on a Accelerated Model Host or create your own GRPC client\r\n\r\n*********\r\nResources\r\n*********\r\n- `Read more about FPGAs <https://docs.microsoft.com/en-us/azure/machine-learning/service/concept-accelerate-with-fpgas>`_.\r\n\r\n",
    "bugtrack_url": null,
    "license": "https://aka.ms/azureml-sdk-license",
    "summary": "Used to create and train a model using various deep neural networks (DNNs).",
    "version": "1.58.0",
    "project_urls": {
        "Homepage": "https://docs.microsoft.com/python/api/overview/azure/ml/?view=azure-ml-py"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae315e5927c8300c4eed6fb4c2db80ee0ced05528274891dbf4adc452e472adf",
                "md5": "e33dfc68574dff21f50830b4004a6fbc",
                "sha256": "b3118b486e2efd5fa709b329d04b113247e3c49302dbb810a6dfff492526a33f"
            },
            "downloads": -1,
            "filename": "azureml_accel_models-1.58.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e33dfc68574dff21f50830b4004a6fbc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.7",
            "size": 51391,
            "upload_time": "2024-10-16T17:43:50",
            "upload_time_iso_8601": "2024-10-16T17:43:50.529671Z",
            "url": "https://files.pythonhosted.org/packages/ae/31/5e5927c8300c4eed6fb4c2db80ee0ced05528274891dbf4adc452e472adf/azureml_accel_models-1.58.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-16 17:43:50",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "azureml-accel-models"
}
        
Elapsed time: 0.38844s