Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

azureml-accel-models

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azureml-accel-models

Used to create and train a model using various deep neural networks (DNNs).

  • 1.59.0
  • PyPI
  • Socket score

Maintainers
1

########################################################################################## 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>_.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc