ai-toolkit-iot-edge icon indicating copy to clipboard operation
ai-toolkit-iot-edge copied to clipboard

AI Toolkit for Azure IoT Edge

Results 15 ai-toolkit-iot-edge issues
Sort by recently updated
recently updated
newest added

Hi, I'm italian student who is developing a java app to classify the user skin lesion, but I' m having some problem with the training process. Since I'm running out...

Hey, as I am running the ML python script on a Raspberry Pi I would need to use an arm32/v7 image. Sadly, the following change ``` image_config = ContainerImage.image_configuration(runtime= "python",...

with new version - Model.package() to build your inference image on the IoT Edge

Tutorial: 00-anomaly-detection-tutorial Step: 5: Test model on Azure Container Instance Issue: Container failed to start on ACI. Error log: 2020-06-28T11:55:11,852765769+00:00 - rsyslog/run 2020-06-28T11:55:11,852562969+00:00 - iot-server/run 2020-06-28T11:55:11,864671678+00:00 - nginx/run 2020-06-28T11:55:11,865188479+00:00 -...

Recieve the following ERROR - Service deployment polling reached non-successful terminal state, current service state: Failed Operation ID: 43f65bff-fbd4-434f-bdd9-2af56ece7041 More information can be found using '.get_logs()' Error: { "code": "AciDeploymentFailed",...

In the section titled "Deploy Container to Azure IoT Edge Device", I am getting the following errors: --------------------------------------------------------------------------- KeyError Traceback (most recent call last) in 1 # Getting your container...

All of the links in the 'Next Steps' section like predictive maintenance and aerial classification now redirect to the article: "What happened to Azure Machine Learning Workbench?" If these samples...

I try to get my model running on iot edge. Currently the whole documentation is useless, On the MS web page there is no example or s.th. like that. The...

Do AML modules support multiple outputs to IoT Edge Hub that could be configured based on decision outcome? Particularly to support alerting and notification systems local to the edge runtime?

Is there a way (or a sample showing how) to access message application properties from the input messages into the AI Module? cc/ @tedway