You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
since I am only free tier, I cannot use the gpu-cluster in Azure.
So I modified AzureML-BERT/finetune/PyTorch/notebooks/BERT_Eval_SQUAD.ipynb script a little like below
Hello,
since I am only free tier, I cannot use the gpu-cluster in Azure.
So I modified AzureML-BERT/finetune/PyTorch/notebooks/BERT_Eval_SQUAD.ipynb script a little like below
However, when I run this script, I get this error.
error": {
"message": "{\n "error_details": {\n "correlation": {\n "operation": "0b58ac6218ccb845aeae7d20056dfba1",\n "request": "U4WAXOUHsWo="\n },\n "environment": "koreacentral",\n "error": {\n "code": "UserError",\n "message": "Communicators are not supported for local runs."\n },\n "location": "koreacentral",\n "time": "2019-11-03T03:11:31.494157+00:00"\n },\n "status_code": 400,\n "url": "https://koreacentral.experiments.azureml.net/execution/v1.0/subscriptions/8170d900-06ad-4a1d-babd-1a30120ea257/resourceGroups/Bertpipeline/providers/Microsoft.MachineLearningServices/workspaces/BertSquad/experiments/BERT-SQuAD/localrun?runId=BERT-SQuAD_1572750686_983087f7\"\n}"
}
Is there any way to handle this issue?
Thanks for providing such an amzing repo!
The text was updated successfully, but these errors were encountered: