Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/xpath/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python Azure ML探查器在哪里运行?_Python_Azure_Azureml - Fatal编程技术网

Python Azure ML探查器在哪里运行?

Python Azure ML探查器在哪里运行?,python,azure,azureml,Python,Azure,Azureml,模型探查器在Azure ML中运行在哪里 此处介绍了如何注册数据集、指定推理配置(评分脚本和环境)以及运行探查器 我试图分析一个tensorflow模型,我得到了这个错误,它基本上没有告诉我们出了什么问题: { "name": "tf-profiler-experiment3", "createdTime": "2020-05-11T18:19:46.827933+00:00", "state": "Failed", "requestedCpu": 3.5,

模型探查器在Azure ML中运行在哪里

此处介绍了如何注册数据集、指定推理配置(评分脚本和环境)以及运行探查器

我试图分析一个tensorflow模型,我得到了这个错误,它基本上没有告诉我们出了什么问题:

{
    "name": "tf-profiler-experiment3",
    "createdTime": "2020-05-11T18:19:46.827933+00:00",
    "state": "Failed",
    "requestedCpu": 3.5,
    "requestedMemoryInGB": 15.0,
    "requestedQueriesPerSecond": 0,
    "error": {
        "code": "ModelProfilingJobFailed",
        "statusCode": 500,
        "message": "An internal server error occurred. Please try again. If the problem persists, contact support",
        "details": []
    }
}
那么,3.5CPU和15GB的具体要求在哪里呢?在哪里可以找到错误的详细信息