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

前端 未结 1 1915
眼角桃花
眼角桃花 2021-01-16 12:06

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 me

相关标签:
1条回答
  • 2021-01-16 12:24

    error 413 means the payload is too large. Using Azure portal, you can only upload a model upto 25MB in size. Please use python SDK to upload models larger than 25MB.

    0 讨论(0)
提交回复
热议问题