Unable to register an ONNX model in azure machine learning service workspace The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) The Ask Question Wizard is Live! Data science time! April 2019 and salary with experienceHow can I register in Azure ML Service a machine learning model trained locally?Unable to start jupyter notebook on the Deep Learning Virtual Machine (DLVM) in MS AzureUnable to authorize Azure LogAnalytics WorkspaceJupyter Notebook Azure Machine Learning ExperimentAdd model description when registering model after hyperdrive successful runCannot deploy a trained model to an existing AKS compute targetHow can I register in Azure ML Service a machine learning model trained locally?Why does my Azure ML service deployment fail, and how can I fix it…?Data sources in Azure Machine Learning ServicesHow to overcome TrainingException when training a large model with Azure Machine Learning service?How to pass parameters to a training script in Azure Machine Learning service?

Is above average number of years spent on PhD considered a red flag in future academia or industry positions?

Scientific Reports - Significant Figures

Can smartphones with the same camera sensor have different image quality?

How to prevent selfdestruct from another contract

How do I add random spotting to the same face in cycles?

Working through the single responsibility principle (SRP) in Python when calls are expensive

Do warforged have souls?

Take groceries in checked luggage

Did God make two great lights or did He make the great light two?

How did the audience guess the pentatonic scale in Bobby McFerrin's presentation?

Does Parliament hold absolute power in the UK?

Why not take a picture of a closer black hole?

Create an outline of font

How many people can fit inside Mordenkainen's Magnificent Mansion?

ELI5: Why do they say that Israel would have been the fourth country to land a spacecraft on the Moon and why do they call it low cost?

How to test the equality of two Pearson correlation coefficients computed from the same sample?

Didn't get enough time to take a Coding Test - what to do now?

How can I protect witches in combat who wear limited clothing?

University's motivation for having tenure-track positions

How are presidential pardons supposed to be used?

Who or what is the being for whom Being is a question for Heidegger?

Why is the object placed in the middle of the sentence here?

How to delete random line from file using Unix command?

Finding the path in a graph from A to B then back to A with a minimum of shared edges



Unable to register an ONNX model in azure machine learning service workspace



The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
The Ask Question Wizard is Live!
Data science time! April 2019 and salary with experienceHow can I register in Azure ML Service a machine learning model trained locally?Unable to start jupyter notebook on the Deep Learning Virtual Machine (DLVM) in MS AzureUnable to authorize Azure LogAnalytics WorkspaceJupyter Notebook Azure Machine Learning ExperimentAdd model description when registering model after hyperdrive successful runCannot deploy a trained model to an existing AKS compute targetHow can I register in Azure ML Service a machine learning model trained locally?Why does my Azure ML service deployment fail, and how can I fix it…?Data sources in Azure Machine Learning ServicesHow to overcome TrainingException when training a large model with Azure Machine Learning service?How to pass parameters to a training script in Azure Machine Learning service?



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








1















I was trying to register an ONNX model to Azure Machine Learning service workspace in two different ways, but I am getting errors I couldn't solve.



First method: Via Jupyter Notebook and python Script



model = Model.register(model_path = MODEL_FILENAME,
model_name = "MyONNXmodel",
tags = "onnx":"V0",
description = "test",
workspace = ws)


The error is : HttpOperationError: Operation returned an invalid status code 'Service invocation failed!Request: GET https://cert-westeurope.experiments.azureml.net/rp/workspaces'



Second method: Via Azure Portal
Error: Create model "MyONNXmodel": ajax error 413.



Anyone can help please?










share|improve this question
























  • Your code looks fine to me (works on my account!). For the ajax error code in Portal, have you tried a smaller model?

    – Davide Fiocco
    Mar 21 at 13:38











  • Thank you @DavideFiocco, I have a specific model that I need to use so I can't get it smaller.

    – Mahdi Khardani
    Mar 21 at 14:38

















1















I was trying to register an ONNX model to Azure Machine Learning service workspace in two different ways, but I am getting errors I couldn't solve.



First method: Via Jupyter Notebook and python Script



model = Model.register(model_path = MODEL_FILENAME,
model_name = "MyONNXmodel",
tags = "onnx":"V0",
description = "test",
workspace = ws)


The error is : HttpOperationError: Operation returned an invalid status code 'Service invocation failed!Request: GET https://cert-westeurope.experiments.azureml.net/rp/workspaces'



Second method: Via Azure Portal
Error: Create model "MyONNXmodel": ajax error 413.



Anyone can help please?










share|improve this question
























  • Your code looks fine to me (works on my account!). For the ajax error code in Portal, have you tried a smaller model?

    – Davide Fiocco
    Mar 21 at 13:38











  • Thank you @DavideFiocco, I have a specific model that I need to use so I can't get it smaller.

    – Mahdi Khardani
    Mar 21 at 14:38













1












1








1


1






I was trying to register an ONNX model to Azure Machine Learning service workspace in two different ways, but I am getting errors I couldn't solve.



First method: Via Jupyter Notebook and python Script



model = Model.register(model_path = MODEL_FILENAME,
model_name = "MyONNXmodel",
tags = "onnx":"V0",
description = "test",
workspace = ws)


The error is : HttpOperationError: Operation returned an invalid status code 'Service invocation failed!Request: GET https://cert-westeurope.experiments.azureml.net/rp/workspaces'



Second method: Via Azure Portal
Error: Create model "MyONNXmodel": ajax error 413.



Anyone can help please?










share|improve this question
















I was trying to register an ONNX model to Azure Machine Learning service workspace in two different ways, but I am getting errors I couldn't solve.



First method: Via Jupyter Notebook and python Script



model = Model.register(model_path = MODEL_FILENAME,
model_name = "MyONNXmodel",
tags = "onnx":"V0",
description = "test",
workspace = ws)


The error is : HttpOperationError: Operation returned an invalid status code 'Service invocation failed!Request: GET https://cert-westeurope.experiments.azureml.net/rp/workspaces'



Second method: Via Azure Portal
Error: Create model "MyONNXmodel": ajax error 413.



Anyone can help please?







azure onnx azure-machine-learning-service






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 8 at 1:32









Davide Fiocco

1,109625




1,109625










asked Mar 8 at 13:22









Mahdi KhardaniMahdi Khardani

3919




3919












  • Your code looks fine to me (works on my account!). For the ajax error code in Portal, have you tried a smaller model?

    – Davide Fiocco
    Mar 21 at 13:38











  • Thank you @DavideFiocco, I have a specific model that I need to use so I can't get it smaller.

    – Mahdi Khardani
    Mar 21 at 14:38

















  • Your code looks fine to me (works on my account!). For the ajax error code in Portal, have you tried a smaller model?

    – Davide Fiocco
    Mar 21 at 13:38











  • Thank you @DavideFiocco, I have a specific model that I need to use so I can't get it smaller.

    – Mahdi Khardani
    Mar 21 at 14:38
















Your code looks fine to me (works on my account!). For the ajax error code in Portal, have you tried a smaller model?

– Davide Fiocco
Mar 21 at 13:38





Your code looks fine to me (works on my account!). For the ajax error code in Portal, have you tried a smaller model?

– Davide Fiocco
Mar 21 at 13:38













Thank you @DavideFiocco, I have a specific model that I need to use so I can't get it smaller.

– Mahdi Khardani
Mar 21 at 14:38





Thank you @DavideFiocco, I have a specific model that I need to use so I can't get it smaller.

– Mahdi Khardani
Mar 21 at 14:38












0






active

oldest

votes












Your Answer






StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55064123%2funable-to-register-an-onnx-model-in-azure-machine-learning-service-workspace%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















draft saved

draft discarded
















































Thanks for contributing an answer to Stack Overflow!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55064123%2funable-to-register-an-onnx-model-in-azure-machine-learning-service-workspace%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

AWS Lex not identifying response if by a variable The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) The Ask Question Wizard is Live! Data science time! April 2019 and salary with experienceEnforcing custom enumeration in AWS LEX for slot valuesHow to give response based on user response in Amazon Lex?Intercepting AWS Lambda Response to a AWS Lex QueryLex chat bot error: Reached second execution of fulfillment lambda on the same utteranceamazon lex showing invalid responseLambda response send back to Lex slot?Response card in Amazon lexAmazon Lex - Lambda response return HTML to botHow can I solve 424 (Failed Dependency) (python) obtained from Amazon lex?

Алба-Юлія

Захаров Федір Захарович